C++ Template Metaprogramming
Solutions to the exercises throughout the book
|
A shifted and wrapped view onto the original sequence. More...
#include <exercise-7-3.hpp>
A shifted and wrapped view onto the original sequence.
S | The original sequence. |
Offset | Offset into the original sequence where the view should begin. |
joint_view::tag
etc will give us those operations for free if we directly inherit... Definition at line 54 of file exercise-7-3.hpp.