Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
Home
C++
Bitset
Class
Console
Data Structure
Data Type
Deque
Development
File
Function
Generic
Language
List
Map Multimap
Overload
Pointer
Qt
Queue Stack
Set Multiset
STL Algorithms Binary search
STL Algorithms Heap
STL Algorithms Helper
STL Algorithms Iterator
STL Algorithms Merge
STL Algorithms Min Max
STL Algorithms Modifying sequence operations
STL Algorithms Non modifying sequence operations
STL Algorithms Sorting
STL Basics
String
Valarray
Vector
equal « STL Algorithms Non modifying sequence operations « C++
C++
STL Algorithms Non modifying sequence operations
equal
1.
equal algorithm: a deque and the first 2 elements of a list are not equal in all corresponding positions
2.
equal algorithm: a list and the first 3 elements of a vector are equal in all corresponding positions
3.
Use std::equal to compare vectors v1 and v2 for equality