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

#include <operators.hpp>

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

友元

bool operator> (const _type &x, const _type &y)
 
bool operator<= (const _type &x, const _type &y)
 
bool operator>= (const _type &x, const _type &y)
 

详细描述

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

在文件 operators.hpp67 行定义.

友元及相关函数文档

template<class _type, class _tBase = empty_base<_type>>
bool operator<= ( const _type &  x,
const _type &  y 
)
friend

在文件 operators.hpp70 行定义.

template<class _type, class _tBase = empty_base<_type>>
bool operator> ( const _type &  x,
const _type &  y 
)
friend

在文件 operators.hpp69 行定义.

template<class _type, class _tBase = empty_base<_type>>
bool operator>= ( const _type &  x,
const _type &  y 
)
friend

在文件 operators.hpp71 行定义.


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