C++ Template Metaprogramming
Solutions to the exercises throughout the book
|
Encapsulate solution for Exercise 5-1. More...
Classes | |
struct | double_first_half |
Double the values in the first half of the given sequence. More... | |
class | double_first_half_impl |
Represents a single iteration across the sequence. More... | |
Encapsulate solution for Exercise 5-1.