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

数组及数组引用类型退化。 更多...

#include <type_op.hpp>

Public 类型

typedef array_decay< _type >::type type
 

详细描述

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

数组及数组引用类型退化。

自从
build 290

参数为非引用类型时同 array_decay , 否则成员 type 为去除引用后 array_dacay 的类型,reference 为 type 的对应引用。

在文件 type_op.hpp571 行定义.

成员类型定义说明

template<typename _type>
typedef array_decay<_type>::type ystdex::array_ref_decay< _type >::type

在文件 type_op.hpp573 行定义.


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