absl::Span::empty

Reports whether this span is empty.

Synopsis

Declared in <absl/types/span.h>

constexpr
bool
empty() const noexcept;

Return Value

true if the span contains no elements.