Subject: [Boost-users] Multiple key types map
From: Michele Caini (michele.caini_at_[hidden])
Date: 2010-02-22 17:27:48


Hi all,
I'm looking for a map that has no matter about key types, so I can use
such map storing int indexed objects and also, i.e., char indexed
objects, as all-in-one container.
It can be useful to have such type of key-type unaware containers, as we
can find with other languages.

What about existing one?