C++ Template Metaprogramming
Solutions to the exercises throughout the book
Loading...
Searching...
No Matches
exercise_3_1::ex_3_1apply Struct Reference

Metafunction to apply during transformation. More...

#include <exercise-3-1.hpp>

Classes

struct  apply
 Apply T+1. More...
 

Detailed Description

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.


The documentation for this struct was generated from the following file: