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>())>
tail_view< all_t< Rng > > operator() (Rng &&rng) const