absl::Span::length

Returns the length (size) of this span.

Synopsis

Declared in <absl/types/span.h>

constexpr
size_type
length() const noexcept;

Return Value

The number of elements, equal to size().