template <
typename C,
typename Sentinel =
typename detail::sentinel<const C>::type>
inline constexpr Sentinel end(const C& c) noexcept
template <
typename C,
typename Sentinel =
typename detail::sentinel<const C>::type>
inline constexpr Sentinel end(const C& c) noexceptDeclared at: libs/pika/iterator_support/include/pika/iterator_support/range.hpp:190
Parameters
- const C& c