C++ Template Metaprogramming
Solutions to the exercises throughout the book
|
Iteratively call twice to add pointers to a type. More...
Files | |
file | exercise-3-4.hpp |
Solution to Exercise 3-4. | |
Namespaces | |
namespace | exercise_3_4 |
Encapsulate solution for Exercise 3-4. | |
Iteratively call twice to add pointers to a type.
3-4. Turn T into T**** using twice on itself.