MADNESS
version 0.9
|
std::enable_if is similar to boost::enable_if_c for conditionally instantiating templates based on type More...
#include <type_traits_bits.h>
Public Types | |
typedef returnT | type |
std::enable_if is similar to boost::enable_if_c for conditionally instantiating templates based on type
Evaluates to returnT
if B
is true, otherwise to an invalid type expression which causes the template expression in which it is used to not be considered for overload resolution.
typedef returnT madness::tr1::enable_if< B, returnT >::type |