Range-v3
Range algorithms, views, and actions for the Standard Library
 
Loading...
Searching...
No Matches
ranges::drop_exactly_view< Rng > Struct Template Reference
+ Inheritance diagram for ranges::drop_exactly_view< Rng >:

Public Member Functions

Rng base () const
 
iterator_t< Rng > begin ()
 
template<bool Const = true>
requires Const
&&random_access_range< meta::const_if_c< Const, Rng > > iterator_t< meta::const_if_c< Const, Rng > > begin () const
 
 drop_exactly_view (Rng rng, difference_type_ n)
 
sentinel_t< Rng > end ()
 
template<bool Const = true>
requires Const
&&random_access_range< meta::const_if_c< Const, Rng > > sentinel_t< meta::const_if_c< Const, Rng > > end () const