boost库
文章平均质量分 73
liqinghua1653
这个作者很懒,什么都没留下…
展开
-
Boost库中的Traits(is_float, is_class)
对以判断是不是某个基本类型(整数, 浮点, bool)可以参考下面代码:3. is_floattemplatestruct is_float : bool_type{};#define IS_FLOAT(T) template : bool_type{};/ template : bool_type{};/ template : bool_type{};/ te原创 2009-03-21 21:55:00 · 2070 阅读 · 0 评论 -
Boost库中的Traits(is_array, is_const)
Boost中的Traits十分完善,可分为几大类:1. Primary Type Categorisation(初级型别分类) 2. Secondary Type Categorisation(次级型别分类) 3. Type Properties(型别属性) 4. Relationships Between Types(型别间关系) 5. Transformations Bet原创 2009-03-21 20:48:00 · 1592 阅读 · 0 评论