[Cs3] erase(key) in multimaps and multisets

Mikhail Nesterenko mikhail at cs.kent.edu
Wed Sep 27 15:31:50 EDT 2017


CS3 students,

It turns out erase(key) eliminates all elements with this key in the
multimap and all elements from the multisets. Hence,

	 myMset.erase('b');

Removes all 'b's from the multiset.

Thanks,
-- 
Mikhail


More information about the cs3 mailing list