MADNESS  0.10.1
Public Types | List of all members
madness::add_future< T > Struct Template Reference

maps type T to Future<T>. More...

#include <type_traits.h>

Public Types

typedef Future< Ttype
 Type with Future added. More...
 

Detailed Description

template<typename T>
struct madness::add_future< T >

maps type T to Future<T>.

Template Parameters
TThe type to have future added.

Member Typedef Documentation

◆ type

template<typename T >
typedef Future<T> madness::add_future< T >::type

Type with Future added.


The documentation for this struct was generated from the following file: