Return true if this set contains no elements, and false otherwise.
Synopsis
Declared in <bslstl_set.h>
bool
empty() const noexcept;
Return Value
true if this set is empty, and false otherwise
Created with MrDocs
Return true if this set contains no elements, and false otherwise.
Declared in <bslstl_set.h>
bool
empty() const noexcept;
true if this set is empty, and false otherwise
Created with MrDocs