std::span<T,Extent>::size (3) - Linux Manuals
std::span<T,Extent>::size: std::span<T,Extent>::size
NAME
std::span<T,Extent>::size - std::span<T,Extent>::size
Synopsis
constexpr index_type size() const noexcept;
Returns the number of elements in the span.
Return value
The number of elements in the span.
See also
constructor (public member function)
size_bytes (public member function)