Range-v3
Range algorithms, views, and actions for the Standard Library
ranges::actions::drop_fn Struct Reference

Synopsis of methods

constexpr drop_fn drop {}
 

Public Member Functions

template<typename Int >
requires constexpr detail::integer_like_< Int > auto operator() (Int n) const
 
template<typename Rng >
requires forward_range< Rng > &&erasable_range< Rng &, iterator_t< Rng >, iterator_t< Rng > > Rng operator() (Rng &&rng, range_difference_t< Rng > n) const