constexpr decltype(auto) operator*() const; | (since C++23) |
Returns the current element in the joined view.
The return type is:
std::common_reference_t<ranges::range_reference_t<InnerBase>, ranges::range_reference_t<PatternBase>>
(none).
The current element.
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
https://en.cppreference.com/w/cpp/ranges/join_with_view/iterator/operator*