|
|
template<class InputRange1 , class InputIterator2 > |
std::pair< typename boost::range_iterator< InputRange1 >::type, InputIterator2 > | mismatch (InputRange1 &range1, InputIterator2 first2) |
|
template<class InputRange1 , class InputIterator2 > |
std::pair< typename boost::range_const_iterator< InputRange1 >::type, InputIterator2 > | mismatch (const InputRange1 &range1, InputIterator2 first2) |
|
template<class InputIterator1 , class InputIterator2 , class BinaryPredicate > |
std::pair< InputIterator1, InputIterator2 > | mismatch (InputIterator1 first1, InputIterator1 last1, InputIterator2 first2, BinaryPredicate pred) |
|
template<class InputRange1 , class InputIterator2 , class BinaryPredicate > |
std::pair< typename boost::range_iterator< InputRange1 >::type, InputIterator2 > | mismatch (InputRange1 &range1, InputIterator2 first2, BinaryPredicate pred) |
|
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) |
|
- See also
-
§ mismatch() [1/5]
std::pair<typename boost::range_iterator<InputRange1>::type, InputIterator2> adobe::mismatch |
( |
InputRange1 & |
range1, |
|
|
InputIterator2 |
first2 |
|
) |
| |
§ mismatch() [2/5]
std::pair<typename boost::range_const_iterator<InputRange1>::type, InputIterator2> adobe::mismatch |
( |
const InputRange1 & |
range1, |
|
|
InputIterator2 |
first2 |
|
) |
| |
§ mismatch() [3/5]
std::pair<InputIterator1, InputIterator2> adobe::mismatch |
( |
InputIterator1 |
first1, |
|
|
InputIterator1 |
last1, |
|
|
InputIterator2 |
first2, |
|
|
BinaryPredicate |
pred |
|
) |
| |
§ mismatch() [4/5]
std::pair<typename boost::range_iterator<InputRange1>::type, InputIterator2> adobe::mismatch |
( |
InputRange1 & |
range1, |
|
|
InputIterator2 |
first2, |
|
|
BinaryPredicate |
pred |
|
) |
| |
§ mismatch() [5/5]
std::pair<typename boost::range_const_iterator<InputRange1>::type, InputIterator2> adobe::mismatch |
( |
const InputRange1 & |
range1, |
|
|
InputIterator2 |
first2, |
|
|
BinaryPredicate |
pred |
|
) |
| |
|