R
Ralf Goertz
I was going to use vector<int> as the key for map preparing myself to
have to provide operators < and == for vector<int>. Surprisingly, they
already exist (g++). However, in
http://www.cplusplus.com/reference/stl/vector/ these operators are not
mentioned. Does the standard guarantee the existence of these operators
and if so does it also specify the sort order for <?
Ralf
have to provide operators < and == for vector<int>. Surprisingly, they
already exist (g++). However, in
http://www.cplusplus.com/reference/stl/vector/ these operators are not
mentioned. Does the standard guarantee the existence of these operators
and if so does it also specify the sort order for <?
Ralf