MSTL 1.4.0
A Modern C++ Library with extended functionality, web components, and utility libraries
载入中...
搜索中...
未找到
比较运算仿函数

实现各种比较运算的函数对象 更多...

struct  equal_to< T >
 相等比较仿函数 更多...
struct  equal_to< void >
 equal_to的void特化,支持透明操作 更多...
struct  not_equal_to< T >
 不等比较仿函数 更多...
struct  not_equal_to< void >
 not_equal_to的void特化,支持透明操作 更多...
struct  greater< T >
 大于比较仿函数 更多...
struct  greater< void >
 greater的void特化,支持透明操作 更多...
struct  less< T >
 小于比较仿函数 更多...
struct  less< void >
 less的void特化,支持透明操作 更多...
struct  greater_equal< T >
 大于等于比较仿函数 更多...
struct  greater_equal< void >
 greater_equal的void特化,支持透明操作 更多...
struct  less_equal< T >
 小于等于比较仿函数 更多...
struct  less_equal< void >
 less_equal的void特化,支持透明操作 更多...

详细描述

实现各种比较运算的函数对象