|
MSTL 1.4.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
共享future类模板 更多...
#include <future.hpp>
Public 成员函数 | |
| const Res & | get () const |
| 获取常量引用结果 | |
共享future类模板
| Res | 结果类型 |
表示一个异步计算的结果,结果可以被多次获取。
在文件 future.hpp 第 1038 行定义.
|
inline |