C++ Template Metaprogramming
Solutions to the exercises throughout the book
Loading...
Searching...
No Matches
exercise-7-3.hpp File Reference

Solution to Exercise 7-3. More...

#include <boost/mpl/advance.hpp>
#include <boost/mpl/begin_end.hpp>
#include <boost/mpl/iterator_range.hpp>
#include <boost/mpl/joint_view.hpp>

Go to the source code of this file.

Classes

struct  exercise_7_3::rotate_view< S, Offset >
 A shifted and wrapped view onto the original sequence. More...
 

Namespaces

namespace  exercise_7_3
 Encapsulate solution for Exercise 7-3.
 

Detailed Description

Solution to Exercise 7-3.

Author
Matt Bisson

Definition in file exercise-7-3.hpp.