MADNESS
version 0.9
|
disable_if from Boost for conditionally instantiating templates based on type More...
#include <enable_if.h>
Public Types | |
typedef returnT | type |
disable_if from Boost for conditionally instantiating templates based on type
Evaluates to returnT
if Cond::value
is false, 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::disable_if_c< B, returnT >::type |