C++ Template Metaprogramming
Solutions to the exercises throughout the book
|
Metafunction to apply during transformation. More...
#include <exercise-3-1.hpp>
Classes | |
struct | apply |
Apply T+1. More... | |
Metafunction to apply during transformation.
Basically this skirts around the issue of lazy function evaluation. See ex_3_1b for a better version.
Definition at line 41 of file exercise-3-1.hpp.