stlab.adobe.com Adobe Systems Incorporated

equal
[Non-Mutating Algorithms]


Detailed Description

See also:
  • STL documentation for equal


Functions

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)
template<class InputIterator1, class InputIterator2, class BinaryPredicate>
bool equal (InputIterator1 first1, InputIterator1 last1, InputIterator2 first2, BinaryPredicate pred)

Function Documentation

bool adobe::equal ( const InputRange1 &  range1,
InputIterator2  first2,
BinaryPredicate  pred 
)

Definition at line 56 of file equal.hpp.

bool adobe::equal ( const InputRange1 &  range1,
InputIterator2  first2 
)

Definition at line 47 of file equal.hpp.

bool adobe::equal ( InputIterator1  first1,
InputIterator1  last1,
InputIterator2  first2,
BinaryPredicate  pred 
)

Definition at line 38 of file equal.hpp.

Copyright © 2006-2007 Adobe Systems Incorporated.

Use of this website signifies your agreement to the Terms of Use and Online Privacy Policy.

Search powered by Google