| ||||||||||||||||||||||
| Range primitives | |||||||
| |||||||
| Range concepts | |||||||||||||||||||
| |||||||||||||||||||
| Range factories | |||||||||
| |||||||||
| Range adaptors | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Helper items | |||||||||||||||||
| |||||||||||||||||
constexprbool empty()const; | (since C++20) | |
Checks whether thesubrange is empty.
| This section is incomplete Reason: no example |
obtains the size of thesubrange(public member function)[edit] | |
(C++17) | checks whether the container is empty (function template)[edit] |
(C++20) | checks whether a range is empty (customization point object)[edit] |