| ||||||||||||||||||||||
| Range primitives | |||||||
| |||||||
| Range concepts | |||||||||||||||||||
| |||||||||||||||||||
| Range factories | |||||||||
| |||||||||
| Range adaptors | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Helper items | |||||||||||||||||
| |||||||||||||||||
| Member functions | ||||
enumerate_view::begin | ||||
(C++26) | ||||
| Deduction guides | ||||
| Nested classes | ||||
| Iterator | ||||
| Sentinel | ||||
constexprauto begin() requires(!/*simple-view*/<V>); | (1) | (since C++23) |
constexprauto begin()const requires/*range-with-movable-references*/<const V>; | (2) | (since C++23) |
Returns aniterator to the first element of theenumerate_view.
Letbase_ denote the underlying view.
Contents |
(none)
Iterator to the first element.
| This section is incomplete Reason: no example |
| returns an iterator or a sentinel to the end (public member function)[edit] | |
(C++20) | returns an iterator to the beginning of a range (customization point object)[edit] |