M
Michael McKnerney
Hi,
When find(x) is called on an STL map, is the check for equality for the
key performed as:
for all y in the map, find the case where the following is true:
key_compare(x, y)==false && key_compare(y, x)==false
Thanks,
Mike
When find(x) is called on an STL map, is the check for equality for the
key performed as:
for all y in the map, find the case where the following is true:
key_compare(x, y)==false && key_compare(y, x)==false
Thanks,
Mike