Namespaces
Variants

std::generator<Ref,V,Allocator>::end

From cppreference.com
 
 
Utilities library
General utilities
Relational operators (deprecated in C++20)
Integer comparison functions
(C++20)(C++20)(C++20)    
(C++20)
Swap and type operations
(C++14)
(C++11)
(C++11)
(C++11)
(C++17)
Common vocabulary types
(C++11)
(C++17)
(C++17)
(C++17)
(C++11)
(C++17)
(C++23)



 
Coroutine support
Coroutine traits
Coroutine handle
No-op coroutines
Trivial awaitables
Range generators
(C++23)
 
Ranges library
Range adaptors
 
 
std::default_sentinel_t end() const noexcept;
(since C++23)

Equivalent to return std::default_sentinel.

Return value

A sentinel.

Example

Morty Proxy This is a proxified and sanitized view of the page, visit original site.