Returns the number of elements in this span.

Synopsis

Declared in <absl/types/span.h>

constexpr
size_type
size() const noexcept;

Return Value

The size of the span.

Created with MrDocs