absl::FixedArray::empty

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.