| 
    MADNESS 0.10.1
    
   | 
 
maps Future<T> to Future<T>.  
 More...
#include <type_traits.h>
Public Types | |
| typedef Future< T > | type | 
Type with Future added.   | |
maps Future<T> to Future<T>. 
Specialization of add_future<T> that properly forbids the type Future< Future<T> >. 
| T | The underlying data type. | 
Type with Future added.