template <
    typename C,
    typename Iterator =
        typename detail::iterator<const C>::type,
    typename Sentinel =
        typename detail::sentinel<const C>::type>
inline constexpr std::size_t size(
    const C& c) noexcept

Declared at: libs/pika/iterator_support/include/pika/iterator_support/range.hpp:199

Parameters

const C& c