C++ Template Metaprogramming
Solutions to the exercises throughout the book
|
Provide utilities availble to all Chapter 4 solutions. More...
Classes | |
struct | undefined_false |
If the template parameter is false, template instantiation is an error. More... | |
struct | undefined_false< true > |
Define this metafunction if specialized to true. More... | |
struct | undefined_true |
If the template parameter is true, template instantiation is an error. More... | |
struct | undefined_true< false > |
Define this metafunction if specialized to false. More... | |
Provide utilities availble to all Chapter 4 solutions.