STL maps with multiple values

Started by
1 comment, last by rip-off 16 years, 4 months ago
Is it possible to create an STL<map> that has multiple values? How would you go about doing something like that??
Advertisement
I assume you really meant "multiple values per key." In which case, you'll want to look into std::multimap.
mutlimap.

This topic is closed to new replies.

Advertisement