#include <di/container/view/cycle_view.h>
Public Member Functions | |
| CycleView ()=default | |
| constexpr | CycleView (View view) |
| constexpr auto | base () const &-> View requires(concepts::CopyConstructible< View >) |
| constexpr auto | base () &&-> View requires(concepts::CopyConstructible< View >) |
| constexpr auto | base_ref () -> View & |
| constexpr auto | base_ref () const -> View const & |
| constexpr auto | begin () |
| constexpr auto | begin () const |
| constexpr auto | end () const |
Public Member Functions inherited from di::container::ViewInterface< CycleView< View > > | |
| constexpr auto | empty () -> bool requires(concepts::SizedContainer< CycleView< View > >||concepts::ForwardContainer< CycleView< View > >) |
| constexpr auto | empty () const -> bool requires(concepts::SizedContainer< CycleView< View > const >||concepts::ForwardContainer< CycleView< View > const >) |
| constexpr | operator bool () |
| constexpr | operator bool () const |
| constexpr auto | cbegin () |
| constexpr auto | cbegin () const |
| constexpr auto | cend () |
| constexpr auto | cend () const |
| constexpr auto | data () |
| constexpr auto | data () const |
| constexpr auto | size () |
| constexpr auto | size () const |
| constexpr auto | front () |
| constexpr auto | front () const |
| constexpr auto | back () |
| constexpr auto | back () const |
| constexpr auto | operator[] (meta::ContainerSSizeType< Cont > n) -> decltype(auto) |
| constexpr auto | operator[] (meta::ContainerSSizeType< Cont > n) const -> decltype(auto) |
| constexpr auto | at (meta::ContainerSSizeType< Cont > n) -> Optional< meta::ContainerReference< Cont > > |
| constexpr auto | at (meta::ContainerSSizeType< Cont > n) const -> Optional< meta::ContainerReference< Cont > > |
|
default |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |