Returns whether or not the fixed array is empty.
Synopsis
Declared in <absl/container/fixed_array.h>
bool
empty() const;
Return Value
true if the fixed array contains no elements.
Created with MrDocs
Returns whether or not the fixed array is empty.
Declared in <absl/container/fixed_array.h>
bool
empty() const;
true if the fixed array contains no elements.
Created with MrDocs