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

移除可能被 cv-qualifier 修饰的引用类型。 更多...

#include <type_op.hpp>

Public 类型

using type = remove_cv_t< remove_reference_t< _type >>
 

详细描述

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

移除可能被 cv-qualifier 修饰的引用类型。

注解
remove_pointer 包含 cv-qualifier 的移除,不需要对应版本。
自从
build 376

在文件 type_op.hpp657 行定义.

成员类型定义说明

template<typename _type>
using ystdex::remove_rcv< _type >::type = remove_cv_t<remove_reference_t<_type>>

在文件 type_op.hpp659 行定义.


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