C++ Template Metaprogramming
Solutions to the exercises throughout the book
|
Add 1 to all items in a sequence (w/o placeholder args). More...
#include <exercise-3-1.hpp>
Add 1 to all items in a sequence (w/o placeholder args).
T | The sequence to transform |
Definition at line 53 of file exercise-3-1.hpp.