FCT
|
#include <Computation.h>
Public 成员函数 | |
Computation (std::future< T > &&future) | |
Computation (T value) | |
T | get () |
Private 属性 | |
std::future< T > | m_future |
T | m_value |
bool | m_isFuture |
在文件 Computation.h 第 8 行定义.
|
inline |
在文件 Computation.h 第 14 行定义.
|
inline |
在文件 Computation.h 第 18 行定义.
|
inline |
在文件 Computation.h 第 22 行定义.
|
private |
在文件 Computation.h 第 10 行定义.
|
private |
在文件 Computation.h 第 12 行定义.
|
private |
在文件 Computation.h 第 11 行定义.