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

#include <any_iterator.hpp>

Public 类型

using value_type = typename wrapped_traits< _type >::type
 
using type = conditional_t< wrapped_traits< _type >::value, ref_handler< value_type >, value_handler< value_type >>
 

详细描述

template<typename _type>
struct ystdex::any_ops::wrap_handler< _type >

在文件 any_iterator.hpp79 行定义.

成员类型定义说明

template<typename _type>
using ystdex::any_ops::wrap_handler< _type >::type = conditional_t<wrapped_traits<_type>::value, ref_handler<value_type>, value_handler<value_type>>

在文件 any_iterator.hpp83 行定义.

template<typename _type>
using ystdex::any_ops::wrap_handler< _type >::value_type = typename wrapped_traits<_type>::type

在文件 any_iterator.hpp81 行定义.


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