C++ Template Metaprogramming
Solutions to the exercises throughout the book
Loading...
Searching...
No Matches
exercise_2_0 Namespace Reference

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...
 

Detailed Description

Encapsulate solution for Exercise 2-0.