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