MADNESS
version 0.9
|
enable_if_same (from Boost?) for conditionally instantiating templates if two types are equal More...
#include <enable_if.h>
Public Types | |
typedef T1 | type |
enable_if_same (from Boost?) for conditionally instantiating templates if two types are equal
Use example
typedef T1 madness::if_c< Cond, T1, T2 >::type |