|
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. | |
This metafunction maps Future<T> to T.
Specialization of remove_future for Future<T>
| T | The type to have future removed. |
Type with Future removed.