R
Rui Maciel
Let's say we have a stl map with bool values. Is it possible to set it such that,
if we pass to operator[] a key which doesn't have a value, the operator will return
false instead of true? If so, can anyone please explain me how that can be done?
Thanks in advance,
Rui Maciel
if we pass to operator[] a key which doesn't have a value, the operator will return
false instead of true? If so, can anyone please explain me how that can be done?
Thanks in advance,
Rui Maciel