std::ranges::join_with_view<V,Pattern>::iterator<Const>::operator*

constexpr decltype(auto) operator*() const;
(since C++23)

Returns the current element in the joined view.

The return type is:

Parameters

(none)

Return value

The current element.

Example