I am new to using stl
can we iterate through the map.
i need to delete the map to do so i do understand i have to delete the contents of the Cmap which is a vector of maps.
code goes like this:
Cmap< STRING, Vector< Map<std::string ,std::string >* > > resSet(w.getRs( ));
not sure as to how to implement iterator to get the values
can we iterate through the map.
i need to delete the map to do so i do understand i have to delete the contents of the Cmap which is a vector of maps.
code goes like this:
Cmap< STRING, Vector< Map<std::string ,std::string >* > > resSet(w.getRs( ));
not sure as to how to implement iterator to get the values
Comment