$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: niko_pro_at_[hidden]
Date: 1999-10-06 23:52:05
Do we have a template based two map/multimap class which is indexed on
key and value both. My requirement is to have the key for a given value
(as opposed to getting the value from a key). As for now, i've to
itarate the entire map/multimap (which may have several thousand
entries), but this is very inefficent.