Namespaces
Variants
Actions

operator==(ranges::chunk_view::inner-iterator)

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
operator==(chunk_view::inner-iterator)
 
friend constexpr bool operator==( const /*inner-iterator*/& x,
                                  std::default_sentinel_t );
(since C++23)

Compares the iterator and the sentinel.

Let parent_ be the underlying pointer to enclosing chunk_view.

Equivalent to: returns x.parent_->remainder_ == 0;

This function is not visible to ordinary unqualified or qualified lookup, and can only be found by argument-dependent lookup when std::ranges::chunk_view::inner-iterator is an associated class of the arguments.

The != operator is synthesized from operator==.

[edit] Parameters

x - iterator to compare

[edit] Return value

The result of comparison.

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