C++ Template Metaprogramming
Solutions to the exercises throughout the book
Loading...
Searching...
No Matches
chapter-3-twice.hpp File Reference

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.
 

Detailed Description

Define the twice metafunction for use in multiple exercises.

Author
Matt Bisson

Definition in file chapter-3-twice.hpp.