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().
Created with MrDocs
Returns the length (size) of this span.
Declared in <absl/types/span.h>
constexpr
size_type
length() const noexcept;
The number of elements, equal to size().
Created with MrDocs