YSTest  PreAlpha_b400_20130424
The YSLib Test Project
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义  
Unary Type Trait

一元类型特征。 更多...

Unary Type Trait 的协作图:

struct  ystdex::wrapped_traits< _type >
 取 std::reference_wrapper 实例特征。 更多...
 
struct  ystdex::is_returnable< _type >
 判断指定类型是否可作为返回值类型。 更多...
 
struct  ystdex::is_decayable< _type >
 判断是否可被退化。 更多...
 
struct  ystdex::is_class_pointer< _type >
 判断指定类型是否是指向类类型对象的指针。 更多...
 
struct  ystdex::is_lvalue_class_reference< _type >
 判断指定类型是否是左值类类型引用。 更多...
 
struct  ystdex::is_rvalue_class_reference< _type >
 判断指定类型是否是右值类类型引用。 更多...
 
struct  ystdex::is_pod_struct< _type >
 判断指定类型是否是 POD struct 。 更多...
 
struct  ystdex::is_pod_union< _type >
 判断指定类型是否是 POD union 。 更多...
 
struct  ystdex::has_common_nonempty_virtual_base< _type1, _type2 >
 判断指定的两个类类型是否有非空虚基类。 更多...
 

详细描述

一元类型特征。

参见
ISO C++11 20.9.1[meta.rqmts] 。
自从
build 306