A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://en.cppreference.com/w/cpp/algorithm/../../cpp/ranges/chunk_by_view/end.html below:

std::ranges::chunk_by_view<V,Pred>::end - cppreference.com

constexpr auto end();

(since C++23)

Returns an iterator or a sentinel representing the end of the chunk_by_view.

Equivalent to:

[edit] Parameters

(none)

[edit] Return value

An iterator to the element following the last element, or a sentinel which compares equal to the end iterator.

[edit] Notes

end() returns an iterator if and only if the underlying view is a common_range: chunk_by_view<V,Pred> models common_range whenever V does.

[edit] Example [edit] See also returns an iterator to the beginning
(public member function) [edit] returns a sentinel indicating the end of a range
(customization point object)[edit]

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4