std::generator<Ref,V,Allocator>::end
Min standard notice:
Equivalent to return std::default_sentinel.
# Declarations
std::default_sentinel_t end() const noexcept;
(since C++23)
# Return value
A sentinel.
# Example
This section is incompleteReason: no example