C++ Template Metaprogramming
Solutions to the exercises throughout the book
|
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. | |
Solution to Exercise 7-3.
Definition in file exercise-7-3.hpp.