MSTL 1.4.0
A Modern C++ Library with extended functionality, web components, and utility libraries
载入中...
搜索中...
未找到
plus< T > 模板结构体 参考

加法运算仿函数 更多...

#include <functor.hpp>

详细描述

template<typename T = void>
struct plus< T >

加法运算仿函数

模板参数
T操作数类型

执行加法运算:x + y。

注解
void特化支持透明操作,可以接受不同类型的参数。

在文件 functor.hpp71 行定义.


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