|
MSTL 1.4.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
二元函数适配器基类 更多...
#include <functor.hpp>
Public 类型 | |
| using | first_argument_type = Arg1 |
| 第一个参数类型 | |
| using | second_argument_type = Arg2 |
| 第二个参数类型 | |
| using | result_type = Result |
| 返回值类型 | |
二元函数适配器基类
| Arg1 | 第一个参数类型 |
| Arg2 | 第二个参数类型 |
| Result | 返回值类型 |
提供标准的二元函数类型定义,用于旧式函数适配器。
在文件 functor.hpp 第 47 行定义.