NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
载入中...
搜索中...
未找到
unary_function< Arg, Result > 模板结构体 参考

一元函数适配器基类 更多...

#include <functor.hpp>

Public 类型

using argument_type = Arg
 参数类型
using result_type = Result
 返回值类型

详细描述

template<typename Arg, typename Result>
struct unary_function< Arg, Result >

一元函数适配器基类

模板参数
Arg参数类型
Result返回值类型

提供标准的一元函数类型定义,用于旧式函数适配器。

在文件 functor.hpp35 行定义.


该结构体的文档由以下文件生成: