absl::AnySpan::size

Returns the number of elements in this span.

Synopsis

Declared in <absl/types/any_span.h>

constexpr
size_type
size() const;

Return Value

The size of the span.