VCCC  2024.05
VisualCamp Common C++ library
zip_view< Views > Class Template Reference

#include </home/jarvis/actions-runner/jarvis-vccc-2/_work/vccc/vccc/include/vccc/__ranges/views/zip_view.hpp>

+ Inheritance diagram for zip_view< Views >:

Classes

class  iterator
 
class  sentinel
 

Public Member Functions

 zip_view ()=default
 
constexpr zip_view (Views... views)
 
template<typename Dummy = void, std::enable_if_t< conjunction< std::is_void< Dummy >, negation< simple_view< Views > >... >::value, int > = 0>
constexpr auto begin ()
 
template<typename Dummy = void, std::enable_if_t< conjunction< std::is_void< Dummy >, range< const Views >... >::value, int > = 0>
constexpr auto begin () const
 
template<typename Dummy = void, std::enable_if_t< conjunction< std::is_void< Dummy >, negation< simple_view< Views > >... >::value, int > = 0>
constexpr auto end ()
 
template<typename Dummy = void, std::enable_if_t< conjunction< std::is_void< Dummy >, range< const Views >... >::value, int > = 0>
constexpr auto end () const
 
template<typename Dummy = void, std::enable_if_t< conjunction< std::is_void< Dummy >, sized_range< Views >... >::value, int > = 0>
constexpr auto size ()
 
template<typename Dummy = void, std::enable_if_t< conjunction< std::is_void< Dummy >, sized_range< const Views >... >::value, int > = 0>
constexpr auto size () const
 
- Public Member Functions inherited from view_interface< zip_view< Views... > >
constexpr bool empty ()
 
constexpr bool empty ()
 
constexpr bool empty () const
 
constexpr bool empty () const
 
constexpr auto cbegin ()
 
constexpr auto cbegin () const
 
constexpr auto cend ()
 
constexpr auto cend () const
 
constexpr operator bool ()
 
constexpr operator bool () const
 
constexpr auto data ()
 
constexpr auto data () const
 
constexpr auto size ()
 
constexpr auto size () const
 
constexpr decltype(auto) front ()
 
constexpr decltype(auto) front () const
 
constexpr decltype(auto) back ()
 
constexpr decltype(auto) back () const
 
constexpr decltype(auto) operator[] (range_difference_t< R > n)
 
constexpr decltype(auto) operator[] (range_difference_t< R > n) const
 

Additional Inherited Members

- Public Types inherited from view_interface< zip_view< Views... > >
using $vccc_derived = zip_view< Views... >
 

Constructor & Destructor Documentation

◆ zip_view() [1/2]

zip_view ( )
default

◆ zip_view() [2/2]

constexpr zip_view ( Views...  views)
inlineconstexpr

Member Function Documentation

◆ begin() [1/2]

constexpr auto begin ( )
inlineconstexpr

◆ begin() [2/2]

constexpr auto begin ( ) const
inlineconstexpr

◆ end() [1/2]

constexpr auto end ( )
inlineconstexpr

◆ end() [2/2]

constexpr auto end ( ) const
inlineconstexpr

◆ size() [1/2]

constexpr auto size ( )
inlineconstexpr

◆ size() [2/2]

constexpr auto size ( ) const
inlineconstexpr

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