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

#include <operators.hpp>

类 ystdex::details::indexable< _type, _type2, _tBase > 继承关系图:
ystdex::details::indexable< _type, _type2, _tBase > 的协作图:

Public 成员函数

auto operator[] (_type2 n) const -> decltype(*(std::declval< const _type & >()+n))
 

详细描述

template<class _type, class _type2, class _tBase = empty_base<_type>>
struct ystdex::details::indexable< _type, _type2, _tBase >

在文件 operators.hpp207 行定义.

成员函数说明

template<class _type , class _type2 , class _tBase = empty_base<_type>>
auto ystdex::details::indexable< _type, _type2, _tBase >::operator[] ( _type2  n) const -> decltype(*(std::declval<const _type&>() + n))
inline

在文件 operators.hpp210 行定义.


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