M
Maciej Kwapulinski
hallo.
This is my question:
let's assume a map like:
map< string, my_object > str_map;
map< string, my_object >::iterator iter = str_map.find("hallo");
map is an sorted container, so I think, question about index (ie. position
of objext in the map) of object 'iter' iterator points to, makes sense.
I was looking for a method to perform such operation but I didn't find any
((
Do You have any ideas ?
Thanks
Maciej
This is my question:
let's assume a map like:
map< string, my_object > str_map;
map< string, my_object >::iterator iter = str_map.find("hallo");
map is an sorted container, so I think, question about index (ie. position
of objext in the map) of object 'iter' iterator points to, makes sense.
I was looking for a method to perform such operation but I didn't find any
((
Do You have any ideas ?
Thanks
Maciej