std::{{{1}}}::size
From cppreference.com
Template:cpp/container//sidebar
size_type size() const; |
Template:cpp/container/mark c++0x feature | |
Returns the number of elements in the container, i.e. Template:cpp.
Parameters
the number of elements in the container
Template:complex Template:complex constant