Namespaces
Variants
Actions

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

From cppreference.com
 
C++
 
Ranges library
Range adaptors
 
std::ranges::chunk_view
Member functions
Classes for input_ranges
Deduction guides
outer-iterator
outer-iterator::value_type
inner-iterator
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_;.

Contents

[edit] Parameters

(none)

[edit] Return value

An iterator.

[edit] Example

[edit] See also

(C++23)
accesses the element
(public member function)

Follow Lee on X/Twitter - Father, Husband, Serial builder creating AI, crypto, games & web tools. We are friends :) AI Will Come To Life!

Check out: eBank.nz (Art Generator) | Netwrck.com (AI Tools) | Text-Generator.io (AI API) | BitBank.nz (Crypto AI) | ReadingTime (Kids Reading) | RewordGame | BigMultiplayerChess | WebFiddle | How.nz | Helix AI Assistant