|
C++ Template Metaprogramming
Solutions to the exercises throughout the book
|
Encapsulate solution for Exercise 2-0. More...
Namespaces | |
| namespace | no_boost |
| Contains a set of solutions implemented without the aid of the Boost MPL. | |
| namespace | with_boost |
| Contains a set of solutions implemented with Boost MPL. | |
Classes | |
| struct | add_const_ref |
A unary metafunction that returns T if it is a reference type, and otherwise returns T const&. More... | |
Encapsulate solution for Exercise 2-0.