Adobe Source Libraries 1.49.0
A collection of C++ libraries.
Loading...
Searching...
No Matches

Functions

template<class InputIterator1, class InputIterator2, class BinaryPredicate>
bool equal (InputIterator1 first1, InputIterator1 last1, InputIterator2 first2, BinaryPredicate pred)
template<class InputRange1, class InputIterator2>
bool equal (const InputRange1 &range1, InputIterator2 first2)
template<class InputRange1, class InputIterator2, class BinaryPredicate>
bool equal (const InputRange1 &range1, InputIterator2 first2, BinaryPredicate pred)

Detailed Description

See also

Function Documentation

◆ equal() [1/3]

template<class InputIterator1, class InputIterator2, class BinaryPredicate>
bool equal ( InputIterator1 first1,
InputIterator1 last1,
InputIterator2 first2,
BinaryPredicate pred )

Definition at line 36 of file equal.hpp.

◆ equal() [2/3]

template<class InputRange1, class InputIterator2>
bool equal ( const InputRange1 & range1,
InputIterator2 first2 )

Definition at line 46 of file equal.hpp.

◆ equal() [3/3]

template<class InputRange1, class InputIterator2, class BinaryPredicate>
bool equal ( const InputRange1 & range1,
InputIterator2 first2,
BinaryPredicate pred )

Definition at line 54 of file equal.hpp.