|
Range primitives | |||||||
|
Range concepts | |||||||||||||||||||
|
Range factories | |||||||||
|
Range adaptors | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
Helper items | |||||||||||||||||
|
Member functions | ||||
(C++26) | ||||
Deduction guides | ||||
Nested classes | ||||
Iterator | ||||
enumerate_view::iterator::index | ||||
Sentinel | ||||
constexpr difference_type index()constnoexcept; | (since C++23) | |
Returns the underlying indexpos_
of the current element. Equivalent to:return pos_;.
(none)
This section is incomplete Reason: no example |