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

Public Member Functions

template<typename Rng >
constexpr auto operator() (Rng const &rng) const noexcept(noexcept(::ranges::rbegin(rng))) -> decltype(::ranges::rbegin(rng))