Range-v3
Range algorithms, views, and actions for the Standard Library
drop.hpp File Reference

Classes

struct  ranges::drop_view< Rng >
 
struct  ranges::views::drop_base_fn
 
struct  ranges::views::drop_fn
 

Typedefs

template<typename Rng >
using ranges::cpp20::drop_view = ranges::drop_view< Rng >
 

Variables

template<typename Rng >
constexpr bool ranges::enable_borrowed_range< drop_view< Rng > >