di 0.1.0
Loading...
Searching...
No Matches
di::container::ZipView< Views > Class Template Reference

#include <di/container/view/zip_view.h>

Inheritance diagram for di::container::ZipView< Views >:
di::container::ViewInterface< ZipView< Views... > > di::meta::EnableBorrowedContainer< ZipView< Views... >,(concepts::BorrowedContainer< Views > &&...)> di::meta::EnableView< ZipView< Views... > >

Public Member Functions

 ZipView ()=default
 ZipView ()=delete
constexpr ZipView (Views... views)
constexpr auto begin ()
constexpr auto begin () const
constexpr auto end ()
constexpr auto end () const
constexpr auto size ()
constexpr auto size () const
Public Member Functions inherited from di::container::ViewInterface< ZipView< Views... > >
constexpr auto empty () -> bool requires(concepts::SizedContainer< ZipView< Views... > >||concepts::ForwardContainer< ZipView< Views... > >)
constexpr operator bool ()
constexpr auto cbegin ()
constexpr auto cend ()
constexpr auto data ()
constexpr auto size ()
constexpr auto front ()
constexpr auto back ()
constexpr auto operator[] (meta::ContainerSSizeType< Cont > n) -> decltype(auto)
constexpr auto at (meta::ContainerSSizeType< Cont > n) -> Optional< meta::ContainerReference< Cont > >

Constructor & Destructor Documentation

◆ ZipView() [1/3]

template<concepts::InputContainer... Views>
di::container::ZipView< Views >::ZipView ( )
default

◆ ZipView() [2/3]

template<concepts::InputContainer... Views>
di::container::ZipView< Views >::ZipView ( )
delete

◆ ZipView() [3/3]

template<concepts::InputContainer... Views>
di::container::ZipView< Views >::ZipView ( Views... views)
inlineexplicitconstexpr

Member Function Documentation

◆ begin() [1/2]

template<concepts::InputContainer... Views>
auto di::container::ZipView< Views >::begin ( )
inlineconstexpr

◆ begin() [2/2]

template<concepts::InputContainer... Views>
auto di::container::ZipView< Views >::begin ( ) const
inlineconstexpr

◆ end() [1/2]

template<concepts::InputContainer... Views>
auto di::container::ZipView< Views >::end ( )
inlineconstexpr

◆ end() [2/2]

template<concepts::InputContainer... Views>
auto di::container::ZipView< Views >::end ( ) const
inlineconstexpr

◆ size() [1/2]

template<concepts::InputContainer... Views>
auto di::container::ZipView< Views >::size ( )
inlineconstexpr

◆ size() [2/2]

template<concepts::InputContainer... Views>
auto di::container::ZipView< Views >::size ( ) const
inlineconstexpr

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