constexpr /*iterator*/ begin();
(since C++23)Returns an iterator to the first element of the chunk_by_view
.
Equivalent to:
The behavior is undefined if the underlying predicate pred_
does not contain a value.
(none)
[edit] Return valueIterator to the first element.
[edit] NotesIn order to provide the amortized constant-time complexity required by the range
concept, this function caches the result within the data member begin_
for use on subsequent calls.
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