S
silverburgh.meryl
Hi,
Is there a STL algorithm to compare if 2 vector<int> have same values?
Thank you.
Is there a STL algorithm to compare if 2 vector<int> have same values?
Thank you.
Is there a STL algorithm to compare if 2 vector<int> have same values?
Hi,
Is there a STL algorithm to compare if 2 vector<int> have same values?
Hi,
Is there a STL algorithm to compare if 2 vector<int> have same values?
Thank you.
(e-mail address removed) writes:
a.size() == b.size() && std::equal(a.begin(), a.end(), b.begin())
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.