|
Functions |
template<class InputIterator1 , class InputIterator2 , class BinaryPredicate > |
bool | equal (InputIterator1 first1, InputIterator1 last1, InputIterator2 first2, BinaryPredicate pred) |
template<class InputRange1 , class InputIterator2 , class BinaryPredicate > |
bool | equal (const InputRange1 &range1, InputIterator2 first2, BinaryPredicate pred) |
template<class InputRange1 , class InputIterator2 > |
bool | equal (const InputRange1 &range1, InputIterator2 first2) |
Detailed Description
- See also:
- STL documentation for equal
Function Documentation
bool adobe::equal |
( |
InputIterator1 |
first1, |
|
|
InputIterator1 |
last1, |
|
|
InputIterator2 |
first2, |
|
|
BinaryPredicate |
pred |
|
) |
| |
bool adobe::equal |
( |
const InputRange1 & |
range1, |
|
|
InputIterator2 |
first2, |
|
|
BinaryPredicate |
pred |
|
) |
| |
bool adobe::equal |
( |
const InputRange1 & |
range1, |
|
|
InputIterator2 |
first2 |
|
) |
| |
|