FCT
载入中...
搜索中...
未找到
Computation< T > 模板类 参考

#include <Computation.h>

Computation< T > 的协作图:
Collaboration graph

Public 成员函数

 Computation (std::future< T > &&future)
 Computation (T value)
get ()

Private 属性

std::future< T > m_future
m_value
bool m_isFuture

详细描述

template<typename T>
class Computation< T >

在文件 Computation.h8 行定义.

构造及析构函数说明

◆ Computation() [1/2]

template<typename T>
Computation< T >::Computation ( std::future< T > && future)
inline

在文件 Computation.h14 行定义.

◆ Computation() [2/2]

template<typename T>
Computation< T >::Computation ( T value)
inline

在文件 Computation.h18 行定义.

成员函数说明

◆ get()

template<typename T>
T Computation< T >::get ( )
inline

在文件 Computation.h22 行定义.

类成员变量说明

◆ m_future

template<typename T>
std::future<T> Computation< T >::m_future
private

在文件 Computation.h10 行定义.

◆ m_isFuture

template<typename T>
bool Computation< T >::m_isFuture
private

在文件 Computation.h12 行定义.

◆ m_value

template<typename T>
T Computation< T >::m_value
private

在文件 Computation.h11 行定义.


该类的文档由以下文件生成: