Namespaces
Variants
Actions

std::ranges::chunk_view<V>::inner-iterator::base

From cppreference.com
 
 
Ranges library
 
std::ranges::chunk_view
Classes for input_ranges
chunk_view::inner-iterator::base
 
constexpr const ranges::iterator_t <V>& base() const &;
(since C++23)

Returns the underlying cached iterator to current element (in current chunk) in chunk_view.

Let parent_ be the underlying pointer to the enclosing chunk_view.

Equivalent to: return *parent_ ->current_; .

[edit] Parameters

(none)

[edit] Return value

An iterator.

[edit] Example

This section is incomplete
Reason: no example

[edit] See also

(C++23)
accesses the element
(public member function)
Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/ranges/chunk_view/inner_iterator/base&oldid=151905"

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