美文网首页
Boolan C++标准库 第五周

Boolan C++标准库 第五周

作者: MRSUMMER163 | 来源:发表于2017-09-21 21:09 被阅读0次

第五讲

开始讲标准中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++标准库 第五周

      本文链接:https://www.haomeiwen.com/subject/yjwtextx.html