C++ Template Metaprogramming
Solutions to the exercises throughout the book
Loading...
Searching...
No Matches
exercise_3_1::ex_3_1< T > Struct Template Reference

Add 1 to all items in a sequence (w/o placeholder args). More...

#include <exercise-3-1.hpp>

Inheritance diagram for exercise_3_1::ex_3_1< T >:

Detailed Description

template<typename T>
struct exercise_3_1::ex_3_1< T >

Add 1 to all items in a sequence (w/o placeholder args).

Template Parameters
TThe sequence to transform

Definition at line 53 of file exercise-3-1.hpp.


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