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

类型特征操作。 更多...

Type Traits Operations 的协作图:

模块

 Unary Type Trait
 一元类型特征。
 
 Binary Type Trait
 二元类型特征。
 

类型定义

template<typename _type >
using ystdex::remove_const_t = typename remove_const< _type >::type
 ISO C++ 1y 兼容类型操作别名。 更多...
 

详细描述

类型特征操作。

自从
build 306

类型定义说明

template<typename _type >
using ystdex::remove_const_t = typedef typename remove_const<_type>::type

ISO C++ 1y 兼容类型操作别名。

待办事项:
条件编译:尽可能使用语言实现。
自从
build 340

在文件 type_op.hpp216 行定义.