C++ Template Metaprogramming
Solutions to the exercises throughout the book
|
Define this metafunction if specialized to false. More...
#include <chapter-4-undefined_bool.hpp>
Public Types | |
typedef undefined_true< false > | type |
Static Public Attributes | |
static bool const | value = false |
Define this metafunction if specialized to false.
Definition at line 41 of file chapter-4-undefined_bool.hpp.
typedef undefined_true<false> chapter4::undefined_true< false >::type |
Definition at line 44 of file chapter-4-undefined_bool.hpp.
|
static |
Definition at line 43 of file chapter-4-undefined_bool.hpp.