MADNESS
0.10.1
|
#include <type_traits.h>
Public Types | |
typedef T | type |
Similar to remove_future , but future_to_ref<Future<T>> evaluates to T& ,whereas remove_future<Future<T>> evaluates to T .
T | The type to have future removed; in this case, do nothing. |
typedef T madness::future_to_ref< T >::type |