On this page
std::ranges::join_with_view<V,Pattern>::iterator<Const>::iterator
|
(1) | (since C++23) |
|
(2) | (since C++23) |
Construct an iterator.
1) Default constructor. Value-initializes the underlying iterator to
Base
and the iterator to PatternBase
, and initializes the pointer to parent join_with_view
with nullptr
.
2) Conversion from
/*iterator*/<false>
to /*iterator*/<true>
. Move constructs corresponding members.
This iterator also has a private constructor which is used by join_with_view::begin
and join_with_view::end
. This constructor is not accessible to users.
Parameters
i | - | an /*iterator*/<false> |
Example
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
https://en.cppreference.com/w/cpp/ranges/join_with_view/iterator/iterator