std::set::empty
cppreference.com
bool empty() const; |
( C++11) | |
bool empty() const noexcept; |
( C++11) ( C++20) |
|
[[nodiscard]] bool empty() const noexcept; |
( C++20) | |
, .. , begin() == end().
()
true , false .
.
:cpp/container/set/example empty
See also
| (public -) |