| ||||||||||||||||||||||
| Range primitives | |||||||
| |||||||
| Range concepts | |||||||||||||||||||
| |||||||||||||||||||
| Range factories | |||||||||
| |||||||||
| Range adaptors | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Helper items | |||||||||||||||||
| |||||||||||||||||
constexpr S end()const; | (since C++20) | |
Returns the sentinel indicating the end of thesubrange.
end_.
| This section is incomplete Reason: no example |
| obtains the iterator (public member function)[edit] | |
(C++11)(C++14) | returns an iterator to the end of a container or array (function template)[edit] |
(C++20) | returns a sentinel indicating the end of a range (customization point object)[edit] |