Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
span::size

Returns the number of elements in the span.

Synopsis
std::size_t
size() const;
Description

PrevUpHomeNext