Boolan C++标准库 第五周

第五讲

开始讲标准中STL以外的知识。

四十、一个万用的hash function

1.hash function

 

 

C++ 2.0可以接受任意多的模板参数

四十Tuple用例

1.tuple

tie

2.G4.8

 

四十type traits

1.type traits

 

POD:C中的struct,没有function

A polymorphic class is a class that declares or inherits a virtual function.

move_constructible 搬移构造

move_assignable    搬移赋值

四十type traits实现

泛化与偏特化、特化    

四十cout

 

四十moveable元素对于vector速度的影响

你可能感兴趣的:(Boolan C++标准库 第五周)