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

Synopsis of methods

constexpr view< bounded_fnbounded {}
 

Public Member Functions

template<typename Rng , requires = (Range<Rng>() && !BoundedRange<Rng>())>
bounded_view< all_t< Rng > > operator() (Rng &&rng) const
 
template<typename Rng , requires = (Range<Rng>() && BoundedRange<Rng>())>
all_t< Rng > operator() (Rng &&rng) const