Iros
 
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 >:
[legend]

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 auto empty () const -> bool requires(concepts::SizedContainer< ZipView< Views... > const >||concepts::ForwardContainer< ZipView< Views... > 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 > >
 

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: