YSTest  PreAlpha_b400_20130424
The YSLib Test Project
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义  
ystdex::array_decay< _type > 模板结构体 参考

数组类型退化。 更多...

#include <type_op.hpp>

Public 类型

typedef conditional< is_array
< _type >::value, typename
decay< _type >::type, _type >
::type 
type
 

详细描述

template<typename _type>
struct ystdex::array_decay< _type >

数组类型退化。

自从
build 290

参数为数组类型时同 decay ,否则结果类型为参数。

在文件 type_op.hpp533 行定义.

成员类型定义说明

template<typename _type>
typedef conditional<is_array<_type>::value, typename decay<_type>::type, _type>::type ystdex::array_decay< _type >::type

在文件 type_op.hpp536 行定义.


该结构体的文档由以下文件生成: