std::{{{1}}}::size
From cppreference.com
Template:cpp/container//sidebar
size_type size() const; |
||
Returns the number of elements in the container, i.e. Template:cpp.
Contents |
Parameters
(none)
Return value
the number of elements in the container
Exceptions
noexcept specification:
noexcept
Complexity
Constant