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

Manipulate pointers with the twice metafunction. More...

Files

file  exercise-3-3.hpp
 Solution to Exercise 3-3.
 

Namespaces

namespace  exercise_3_3
 Encapsulate solution for Exercise 3-3.
 

Detailed Description

Manipulate pointers with the twice metafunction.

3-3. Turn T into T**** by using twice twice.