On this page
std::ranges::enumerate_view<V>::enumerate_view
|
(1) | (since C++23) |
|
(2) | (since C++23) |
Constructs a enumerate_view
.
1) Default constructor. Value-initializes the underlying view
base_
. After construction, base()
returns a copy of V()
.
Parameters
base | - | the underlying view |
Example
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
https://en.cppreference.com/w/cpp/ranges/enumerate_view/enumerate_view