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
Reports whether this span is empty.
Declared in <absl/types/any_span.h>
constexpr
bool
empty() const;
true if the span contains no elements.
Created with MrDocs