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

#include <type_op.hpp>

Public 类型

using type = typename array_decay< _type >::type
 
using reference = type &&
 

详细描述

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

在文件 type_op.hpp750 行定义.

成员类型定义说明

template<typename _type >
using ystdex::array_ref_decay< _type && >::reference = type&&

在文件 type_op.hpp753 行定义.

template<typename _type >
using ystdex::array_ref_decay< _type && >::type = typename array_decay<_type>::type

在文件 type_op.hpp752 行定义.


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