stlab.adobe.com Adobe Systems Incorporated

mismatch.hpp File Reference

#include <adobe/config.hpp>
#include <boost/range/begin.hpp>
#include <boost/range/end.hpp>
#include <boost/bind.hpp>
#include <algorithm>

Go to the source code of this file.

Namespaces

namespace  adobe

Functions

template<class InputRange1 , class InputIterator2 >
std::pair< typename
boost::range_iterator
< InputRange1 >::type,
InputIterator2 > 
mismatch (InputRange1 &range1, InputIterator2 first2)
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)
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 InputIterator1 , class InputIterator2 , class BinaryPredicate >
std::pair< InputIterator1,
InputIterator2 > 
mismatch (InputIterator1 first1, InputIterator1 last1, InputIterator2 first2, BinaryPredicate pred)
template<class InputRange1 , class InputIterator2 >
std::pair< typename
boost::range_const_iterator
< InputRange1 >::type,
InputIterator2 > 
mismatch (const InputRange1 &range1, InputIterator2 first2)

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