std::ranges::subrange<I,S,K>::empty
From cppreference.com
C++
Ranges library
|
Range primitives | |||||||
|
Range concepts | |||||||||||||||||||
|
Range factories | |||||||||
|
Range adaptors | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
Helper items | |||||||||||||||||
|
std::ranges::subrange
constexprbool empty()const; | (since C++20) | |
Checks whether the subrange
is empty.
[edit]Return value
[edit]Example
This section is incomplete Reason: no example |
[edit]See also
obtains the size of the subrange (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] |