Specialisation of the metaprogrammed 'if' statement when false. More...
#include <if.hpp>
Public Types | |
typedef T2 | type |
Specialisation of the metaprogrammed 'if' statement when false.
This defines the negative (false) response for the compile time metafunctional version of the 'if' function.
T1 | : the return type if true. |
T2 | : the return type if false. |