|
MSTL 1.4.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
延迟调用包装器 更多...
#include <call_wrapper.hpp>
Public 成员函数 | |
| template<typename... Args> | |
| call_wrapper (Args &&... args) | |
| 构造函数 | |
| result_t< Tuple >::type | operator() () |
| 函数调用运算符 | |
延迟调用包装器
| Types | 存储元组的参数列表 |
将函数对象和其参数打包到一个元组中,可以延迟执行函数调用。 当调用operator() 时,会展开元组并执行函数调用。
在文件 call_wrapper.hpp 第 29 行定义.
|
inlineexplicit |
|
inline |