YSTest  PreAlpha_b400_20130424
The YSLib Test Project
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义  
General Functors

仿函数。 更多...

struct  ystdex::ref_eq< _type >
 引用相等关系仿函数。 更多...
 
struct  ystdex::xcrease_t< bool, _tScalar >
 编译期选择自增/自减运算仿函数。 更多...
 
struct  ystdex::xcrease_t< false, _tScalar >
 
struct  ystdex::delta_assignment< bool, _tScalar1, _tScalar2 >
 编译期选择加法/减法复合赋值运算仿函数。 更多...
 
struct  ystdex::delta_assignment< false, _tScalar1, _tScalar2 >
 
struct  ystdex::deref_op< _type >
 引用仿函数。 更多...
 
struct  ystdex::const_deref_op< _type >
 const 引用仿函数。 更多...
 
struct  ystdex::deref_comp< _type, _tPointer, _fCompare >
 间接访问比较仿函数。 更多...
 
struct  ystdex::deref_str_comp< _tChar, _fCompare >
 间接访问字符串比较仿函数。 更多...
 

详细描述

仿函数。

注解
函数对象包含函数指针和仿函数。
自从
build 243