|
C++ Template Metaprogramming
Solutions to the exercises throughout the book
|
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... | |
Encapsulate solution for Exercise 3-1.