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

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

#include <type_traits.h>

Public Types

typedef T type
 Type with Future removed. More...
 

Detailed Description

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

maps Future<T> to T.

Template Parameters
TThe type to have future removed; in this case, do nothing.

Member Typedef Documentation

◆ type

template<typename T >
typedef T madness::remove_future< T >::type

Type with Future removed.


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