25 Nov
2009
25 Nov
'09
10:49 p.m.
On Wed, Nov 25, 2009 at 5:35 PM, Edward Diener
Whether I go:
bm.left.insert( m.begin(), m.end() );
or
bm.right.insert( m.begin(), m.end() );
,when both types are the same, is totally irrelevant to further use of the bimap. Is this not correct ?
No, it is not correct. A bimap is a mapping between two sets of
elements (named the left set, and the right set) that can be viewed as
a std map