Namespaces
Variants
Actions

std::ranges::slide_view<V>::iterator<Const>::operator*

From cppreference.com
< cpp‎ | ranges‎ | slide view‎ | iterator
 
 
Ranges library
 
std::ranges::slide_view
Member functions
slide_view::iterator::operator*
Non-member functions
Member functions
Non-member functions
 
constexpr auto operator*() const;
(since C++23)

Returns the current element in the slide_view.

Let current_ and n_ be the underlying data members. Equivalent to: return views::counted (current_, n_).

[edit] Parameters

(none)

[edit] Return value

The current element, which is an object of value_type.

[edit] Example

This section is incomplete
Reason: no example

[edit] See also

(C++23)
accesses an element by index
(public member function)
Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/ranges/slide_view/iterator/operator*&oldid=151547"

AltStyle によって変換されたページ (->オリジナル) /