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

Synopsis of methods

constexpr view< tail_fntail {}
 

Public Member Functions

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