std::generator<Ref,V,Allocator>::end
From cppreference.com
C++
Utilities library
|
|
Coroutine support
| Coroutine traits |
(C++20) |
| Coroutine handle |
(C++20) |
| No-op coroutines |
(C++20) |
(C++20) |
| Trivial awaitables |
(C++20) |
(C++20) |
| Range generators |
(C++23) |
Ranges library
|
| Range primitives | |||
|
| Range concepts | |||||||
|
| Range factories | ||||||
|
| Range adaptors | ||||||||||||||||||||||
|
|
|
| Helper items | |||||
|
std::default_sentinel_t end() const noexcept;
|
(since C++23) | |
Equivalent to return std::default_sentinel.
Return value
A sentinel.
Example
| This section is incomplete Reason: no example |