conversion function 轉(zhuǎn)換函數(shù)
explicit 顯示聲明
類對象中任意成員的地址都相同
任意函數(shù),假如不設定返回值盅蝗,默認為int
function-like class
pointer-like class?
模板的偏特化--個數(shù)的偏
template<typename Alloc=...>
class vector<bool,Alloc>
模板偏特化--范圍的偏
template <typename T>
class C<T*>
//偏特化的作用
template template parameter //模板模板參數(shù)
template<typename T>
using Lst = list<T,allocator<T>>
template<typename T,template<typename T>class SmartPtr>
C++標準庫的分類
(容器(即數(shù)據(jù)結構)哥捕,迭代器杈曲,算法脱茉,仿函數(shù))
variadic templates(since C++11)模板參數(shù)可變化