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 >
 

Functions

template<typename Rng >
 ranges::drop_view (Rng &&, range_difference_t< Rng >) -> drop_view< views::all_t< Rng >>
 

Variables

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

Typedef Documentation

◆ drop_view

template<typename Rng >
using ranges::cpp20::drop_view = typedef ranges::drop_view<Rng>
Precondition
requires view_<Rng>