|
map::sizepublic member function
size_type size() const; Return container size Returns the number of elements in the container.ParametersnoneReturn ValueThe number of elements that conform the map's content.Member type size_type is an unsigned integral type. Example
Output:
ComplexityConstant.See also
|