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

#include <type_traits.h>

Public Types

typedef T type
 

Detailed Description

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

Similar to remove_future , but future_to_ref<Future<T>> evaluates to T& ,whereas remove_future<Future<T>> evaluates 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::future_to_ref< T >::type

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