VCCC  2024.05
VisualCamp Common C++ library
concat_view< Rngs > Struct Template Reference

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

+ Inheritance diagram for concat_view< Rngs >:

Classes

struct  iterator
 
struct  sentinel
 

Public Member Functions

 concat_view ()=default
 
 concat_view (Rngs... rngs)
 
constexpr auto begin ()
 
template<typename Dummy = void, std::enable_if_t< conjunction< std::is_void< Dummy >, range< const Rngs >... >::value, int > = 0>
constexpr iterator< true > begin () const
 
template<typename Dummy = void, std::enable_if_t< conjunction< std::is_void< Dummy >, common_range< Rngs >... >::value, int > = 0>
constexpr auto end ()
 
template<typename Dummy = void, std::enable_if_t< conjunction< std::is_void< Dummy >, negation< common_range< Rngs >>... >::value, int > = 0>
constexpr auto end ()
 
template<typename Dummy = void, std::enable_if_t< conjunction< std::is_void< Dummy >, range< const Rngs >... >::value, int > = 0>
constexpr auto end () const
 
template<typename Dummy = void, std::enable_if_t< conjunction< std::is_void< Dummy >, sized_range< Rngs >... >::value, int > = 0>
constexpr auto size ()
 
template<typename Dummy = void, std::enable_if_t< conjunction< std::is_void< Dummy >, sized_range< const Rngs >... >::value, int > = 0>
constexpr auto size () const
 
- Public Member Functions inherited from view_interface< concat_view< Rngs... > >
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< concat_view< Rngs... > >
using $vccc_derived = concat_view< Rngs... >
 

Member Function Documentation

◆ end()

constexpr auto end ( )
inlineconstexpr

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