X Tutup
The Wayback Machine - https://web.archive.org/web/20190508071936/https://en.cppreference.com/w/cpp/container/span/size
Namespaces
Variants
Views
Actions

std::span::size

From cppreference.com
< cpp‎ | container‎ | span
constexpr index_type size() const noexcept;

Returns the number of elements in the span.

[edit] Return value

The number of elements in the span.

[edit] See also

constructs a span
(public member function) [edit]
returns the size of the sequence in bytes
(public member function) [edit]
X Tutup