◐ Shell
clean mode source ↗

std::ranges::subrange<I,S,K>::begin - cppreference.com

constexpr I begin() const requires std::copyable<I>;
(1) (C++20 起)
constexpr I begin() requires (!std::copyable<I>);
(2) (C++20 起)