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

Encapsulate solution for Exercise 3-1. More...

Classes

struct  ex_3_1
 Add 1 to all items in a sequence (w/o placeholder args). More...
 
struct  ex_3_1apply
 Metafunction to apply during transformation. More...
 
struct  ex_3_1b
 Add 1 to all items in a sequence (w/ placeholder args). More...
 

Detailed Description

Encapsulate solution for Exercise 3-1.