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