C++ Template Metaprogramming
Solutions to the exercises throughout the book
|
Given a sequence of numbers, return a sequence of their squares. More...
#include <exercise-3-2.hpp>
Given a sequence of numbers, return a sequence of their squares.
T | The input sequence to transform |
Definition at line 39 of file exercise-3-2.hpp.