C++ Template Metaprogramming
Solutions to the exercises throughout the book
Loading...
Searching...
No Matches
exercise_7_3::rotate_view< S, Offset > Struct Template Reference

A shifted and wrapped view onto the original sequence. More...

#include <exercise-7-3.hpp>

Inheritance diagram for exercise_7_3::rotate_view< S, Offset >:

Detailed Description

template<typename S, typename Offset>
struct exercise_7_3::rotate_view< S, Offset >

A shifted and wrapped view onto the original sequence.

Template Parameters
SThe original sequence.
OffsetOffset into the original sequence where the view should begin.
Note
The presense of 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.


The documentation for this struct was generated from the following file: