C++ Template Metaprogramming
Solutions to the exercises throughout the book
Loading...
Searching...
No Matches
exercise_5_1 Namespace Reference

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...
 

Detailed Description

Encapsulate solution for Exercise 5-1.