MSTL 1.4.0
A Modern C++ Library with extended functionality, web components, and utility libraries
载入中...
搜索中...
未找到
旧式函数适配器

为兼容性提供的旧式函数适配器基类 更多...

struct  unary_function< Arg, Result >
 一元函数适配器基类 更多...
struct  binary_function< Arg1, Arg2, Result >
 二元函数适配器基类 更多...

详细描述

为兼容性提供的旧式函数适配器基类

弃用
已弃用,使用lambda表达式代替之