Tianchi  v0.0.2 build 20130701
C++ library for Qt with VC & mingW
| 命名空间
tctuple.hpp 文件参考

简单的 Tuple(元组) 模版类, 提供2~10个类型参数的模版 更多...

浏览源代码.

class  _tc_tuple_ns_::null_type
 
class  TcTuple< T0, T1, T2, T3, T4, T5, T6, T7, T8, T9 >
 
class  TcTuple< T0, T1, _tc_tuple_ns_::null_type, _tc_tuple_ns_::null_type, _tc_tuple_ns_::null_type, _tc_tuple_ns_::null_type, _tc_tuple_ns_::null_type, _tc_tuple_ns_::null_type, _tc_tuple_ns_::null_type, _tc_tuple_ns_::null_type >
 
class  TcTuple< T0, T1, T2, _tc_tuple_ns_::null_type, _tc_tuple_ns_::null_type, _tc_tuple_ns_::null_type, _tc_tuple_ns_::null_type, _tc_tuple_ns_::null_type, _tc_tuple_ns_::null_type, _tc_tuple_ns_::null_type >
 
class  TcTuple< T0, T1, T2, T3, _tc_tuple_ns_::null_type, _tc_tuple_ns_::null_type, _tc_tuple_ns_::null_type, _tc_tuple_ns_::null_type, _tc_tuple_ns_::null_type, _tc_tuple_ns_::null_type >
 
class  TcTuple< T0, T1, T2, T3, T4, _tc_tuple_ns_::null_type, _tc_tuple_ns_::null_type, _tc_tuple_ns_::null_type, _tc_tuple_ns_::null_type, _tc_tuple_ns_::null_type >
 
class  TcTuple< T0, T1, T2, T3, T4, T5, _tc_tuple_ns_::null_type, _tc_tuple_ns_::null_type, _tc_tuple_ns_::null_type, _tc_tuple_ns_::null_type >
 
class  TcTuple< T0, T1, T2, T3, T4, T5, T6, _tc_tuple_ns_::null_type, _tc_tuple_ns_::null_type, _tc_tuple_ns_::null_type >
 
class  TcTuple< T0, T1, T2, T3, T4, T5, T6, T7, _tc_tuple_ns_::null_type, _tc_tuple_ns_::null_type >
 
class  TcTuple< T0, T1, T2, T3, T4, T5, T6, T7, T8, _tc_tuple_ns_::null_type >
 
class  TcTuple< T0, T1, T2, T3, T4, T5, T6, T7, T8, T9 >
 

命名空间

namespace  _tc_tuple_ns_
 简单的 Tuple(元组) 模版类, 提供2~10个类型参数的模版
 

详细描述

简单的 Tuple(元组) 模版类, 提供2~10个类型参数的模版