摘要:
介绍C++11标准的变长参数模板 转自:https://www.cnblogs.com/zenny-chen/archive/2013/02/03/2890917.html 目前大部分主流编译器的最新版本均支持了C++11标准(官方名为ISO/IEC14882:2011)大部分的语法特性,其中比较难 阅读全文
摘要:
转自:https://blog.csdn.net/buptman1/article/details/38657807 multi_index_container: Boost Multi-index Containers Library定义了multi_index_container模板类,可以从不 阅读全文
摘要:
enable_shared_from_this是一个模板类,定义于头文件<memory>,其原型为: template< class T > class enable_shared_from_this; std::enable_shared_from_this 能让一个对象(假设其名为 t ,且已被 阅读全文