all the ways to insert the elements in a map in cpp stl code example Example: c++ map insert mymap.insert ( std::pair<char,int>('a',100) );