std::ranges::begin, std::ranges::cbegin

Defined in header <ranges>
Defined in header <iterator>
inline constexpr /*unspecified*/ begin = /*unspecified*/;
(1) (since C++20)
inline constexpr /*unspecified*/ cbegin = /*unspecified*/;
(2) (since C++20)

© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
http://en.cppreference.com/w/cpp/ranges/begin