Returns whether the inlined vector contains no elements.
Declared in <absl/container/inlined_vector.h>
<absl/container/inlined_vector.h>
bool empty() const noexcept;
true if the inlined vector is empty, false otherwise.
true
false