VCCC  2024.05
VisualCamp Common C++ library
drop_while_view< V, Pred > Class Template Reference

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

+ Inheritance diagram for drop_while_view< V, Pred >:

Public Member Functions

 drop_while_view ()=default
 
constexpr drop_while_view (V base, Pred pred)
 
template<typename V2 = V, std::enable_if_t< copy_constructible< V2 >::value, int > = 0>
constexpr V base () const &
 
constexpr V base () &&
 
constexpr const Pred & pred () const
 
constexpr auto begin ()
 
constexpr auto end ()
 
- Public Member Functions inherited from view_interface< drop_while_view< V, Pred > >
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< drop_while_view< V, Pred > >
using $vccc_derived = drop_while_view< V, Pred >
 

Constructor & Destructor Documentation

◆ drop_while_view() [1/2]

drop_while_view ( )
default

◆ drop_while_view() [2/2]

constexpr drop_while_view ( base,
Pred  pred 
)
inlineexplicitconstexpr

Member Function Documentation

◆ base() [1/2]

constexpr V base ( ) &&
inlineconstexpr

◆ base() [2/2]

constexpr V base ( ) const &
inlineconstexpr

◆ begin()

constexpr auto begin ( )
inlineconstexpr

◆ end()

constexpr auto end ( )
inlineconstexpr

◆ pred()

constexpr const Pred& pred ( ) const
inlineconstexpr

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