std::generator<Ref,V,Allocator>::end
From cppreference.com
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 |