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

Public Member Functions

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