有没有办法比较两个向量?
if (vector1 == vector2) DoSomething();
注意:目前,这些向量未排序并包含整数值.
c++ stdvector
c++ ×1
stdvector ×1