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

Given a sequence of numbers, return a sequence of their squares. More...

#include <exercise-3-2.hpp>

Inheritance diagram for exercise_3_2::ex_3_2< T >:

Detailed Description

template<typename T>
struct exercise_3_2::ex_3_2< T >

Given a sequence of numbers, return a sequence of their squares.

Template Parameters
TThe input sequence to transform

Definition at line 39 of file exercise-3-2.hpp.


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