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

maps Future<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< Future< T > >

maps Future<T> to Future<T>.

Specialization of add_future<T> that properly forbids the type Future< Future<T> >.

Template Parameters
TThe underlying data type.

Member Typedef Documentation

◆ type

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

Type with Future added.


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