Reports whether this span is empty.

Synopsis

Declared in <absl/types/any_span.h>

constexpr
bool
empty() const;

Return Value

true if the span contains no elements.

Created with MrDocs