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

Public Member Functions

template<typename Rng >
requires viewable_range<Rng> && input_range<Rng>
meta::if_c< range_cardinality< Rng >::value==0, all_t< Rng >, tail_view< all_t< Rng > > > operator() (Rng &&rng) const
 

Related Functions

(Note that these are not member functions.)

constexpr view_closure< tail_fntail {}