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

Functions

template<class InputRange1, class InputIterator2>
std::pair< typename boost::range_iterator< InputRange1 >::type, InputIterator2 > mismatch (InputRange1 &range1, InputIterator2 first2)
 mismatch implementation
template<class InputRange1, class InputIterator2>
std::pair< typename boost::range_const_iterator< InputRange1 >::type, InputIterator2 > mismatch (const InputRange1 &range1, InputIterator2 first2)
 mismatch implementation
template<class InputIterator1, class InputIterator2, class BinaryPredicate>
std::pair< InputIterator1, InputIterator2 > mismatch (InputIterator1 first1, InputIterator1 last1, InputIterator2 first2, BinaryPredicate pred)
 mismatch implementation
template<class InputRange1, class InputIterator2, class BinaryPredicate>
std::pair< typename boost::range_iterator< InputRange1 >::type, InputIterator2 > mismatch (InputRange1 &range1, InputIterator2 first2, BinaryPredicate pred)
 mismatch implementation
template<class InputRange1, class InputIterator2, class BinaryPredicate>
std::pair< typename boost::range_const_iterator< InputRange1 >::type, InputIterator2 > mismatch (const InputRange1 &range1, InputIterator2 first2, BinaryPredicate pred)
 mismatch implementation

Detailed Description

See also

Function Documentation

◆ mismatch() [1/5]

template<class InputRange1, class InputIterator2>
std::pair< typename boost::range_iterator< InputRange1 >::type, InputIterator2 > mismatch ( InputRange1 & range1,
InputIterator2 first2 )

Definition at line 47 of file algorithm/mismatch.hpp.

◆ mismatch() [2/5]

template<class InputRange1, class InputIterator2>
std::pair< typename boost::range_const_iterator< InputRange1 >::type, InputIterator2 > mismatch ( const InputRange1 & range1,
InputIterator2 first2 )

Definition at line 59 of file algorithm/mismatch.hpp.

◆ mismatch() [3/5]

template<class InputIterator1, class InputIterator2, class BinaryPredicate>
std::pair< InputIterator1, InputIterator2 > mismatch ( InputIterator1 first1,
InputIterator1 last1,
InputIterator2 first2,
BinaryPredicate pred )

Definition at line 70 of file algorithm/mismatch.hpp.

◆ mismatch() [4/5]

template<class InputRange1, class InputIterator2, class BinaryPredicate>
std::pair< typename boost::range_iterator< InputRange1 >::type, InputIterator2 > mismatch ( InputRange1 & range1,
InputIterator2 first2,
BinaryPredicate pred )

Definition at line 82 of file algorithm/mismatch.hpp.

◆ mismatch() [5/5]

template<class InputRange1, class InputIterator2, class BinaryPredicate>
std::pair< typename boost::range_const_iterator< InputRange1 >::type, InputIterator2 > mismatch ( const InputRange1 & range1,
InputIterator2 first2,
BinaryPredicate pred )

Definition at line 93 of file algorithm/mismatch.hpp.