Returns the number of elements in the map container. ... map::size #include < iostream> #include int main () { std::map< char , int > mymap; mymap[ 'a' ] ...
www.cplusplus.com