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

Public Member Functions

template<typename Int >
CPP_TEMPLATE_AUX_0 c (requires detail::integer_like_< Int >) ccconstexpr auto operator()(Int n) const
 
- Public Member Functions inherited from ranges::views::drop_base_fn
template<typename Rng >
CPP_TEMPLATE_AUX_0 a (requires viewable_range< Rng > &&input_range< Rng >) aaauto operator()(Rng &&rng
 

Related Functions

(Note that these are not member functions.)

constexpr drop_fn drop {}
 

Additional Inherited Members

- Public Attributes inherited from ranges::views::drop_base_fn
CPP_TEMPLATE_AUX_0 range_difference_t< Rng > n const