|
MADNESS
version 0.9
|
enable_if from Boost for conditionally instantiating templates based on type More...
#include <enable_if.h>


Additional Inherited Members | |
Public Types inherited from madness::enable_if_c< Cond::value, returnT > | |
| typedef returnT | type |
enable_if from Boost for conditionally instantiating templates based on type
Evaluates to returnT if Cond::value 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.
1.8.8