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