C++ Template Metaprogramming
Solutions to the exercises throughout the book
|
Define the twice
metafunction for use in multiple exercises.
More...
#include <boost/mpl/apply.hpp>
Go to the source code of this file.
Classes | |
struct | chapter3::twice< F, X > |
Apply a metafunction to its own result. More... | |
Namespaces | |
namespace | chapter3 |
Provide utilities availble to all Chapter 3 solutions. | |
Define the twice
metafunction for use in multiple exercises.
Definition in file chapter-3-twice.hpp.