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

#include <operators.hpp>

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

友元

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

详细描述

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

在文件 operators.hpp99 行定义.

友元及相关函数文档

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

在文件 operators.hpp104 行定义.

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

在文件 operators.hpp101 行定义.

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

在文件 operators.hpp105 行定义.

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

在文件 operators.hpp103 行定义.

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

在文件 operators.hpp102 行定义.

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

在文件 operators.hpp106 行定义.


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