Tianchi
v0.0.2 build 20130701
C++ library for Qt with VC & mingW
首页
命名空间
类
文件
命名空间列表
类
_tc_tuple_ns_ 命名空间参考
简单的 Tuple(元组) 模版类, 提供2~10个类型参数的模版
更多...
类
class
null_type
详细描述
简单的 Tuple(元组) 模版类, 提供2~10个类型参数的模版
作者
cnhem
.nosp@m.
iya@
.nosp@m.
gmail
.nosp@m.
.com
日期
2013-05-25
示例:
int
main()
{
TcTuple<int, double>
demo;
demo.set0(99);
demo.set1(3.14);
cout << demo.get0() << endl;
cout << demo.get1() << endl;
}
生成于 2013年 七月 1日 星期一 16:50:32 , 为 Tianchi使用
1.8.3.1