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

This metafunction 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< Future< T > >

This metafunction maps Future<T> to T.

Specialization of remove_future for Future<T>

Template Parameters
TThe type to have future removed.

Member Typedef Documentation

◆ type

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

Type with Future removed.


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