- 博客(3)
- 收藏
- 关注
转载 Boost中的lambda
学习Boost中的lambda表达式库,下面是一些简单的示例: #include #include #include #include #include #include #include #include using namespace std; using namespace boost; class Foo { public:
2013-09-29 15:26:24
596
转载 High Performance Heterogeneous Container
High Performance Heterogeneous Container By Alexandre Courpron, 29 Feb 2008 4.96 (39 votes) Download source - 21.37 KB
2013-09-29 15:23:47
533
转载 一个可识别联合(Discriminated Unions)的C++实现
一个可识别联合(Discriminated Unions)的C++实现 Andrei Alexandrescu 概要: 可识别联合(也是常说的可变类型或标记联合)是一种存放对象和对象所属类型标记的数据结构,对象可来自于任意的类型集合。可识别联合在某些应用中象解释器,数据库程序和数据通讯中是非常有用的。一些用c++来实现的可识别联合已经出版[1],[2]。这篇文章介绍了基于c++
2013-09-29 15:21:24
1380
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人