MADNESS
0.10.1
|
This metafunction maps Future<T>
to T
.
More...
#include <type_traits.h>
Public Types | |
typedef T | type |
Type with Future removed. More... | |
This metafunction maps Future<T>
to T
.
Specialization of remove_future
for Future<T>
T | The type to have future removed. |
typedef T madness::remove_future< Future< T > >::type |
Type with Future
removed.