
17 Mar
2011
17 Mar
'11
2:48 p.m.
Frank Mori Hess
operator[] on maps can modify the map. Maybe you want to use find() instead?
Hi Frank,
I'll try it later, thanks for your answer,
Is there any difference of performance between
using operator[] and .find()?
especially in frequently finding key/value of pair