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