algorithm/mismatch.hpp
Go to the documentation of this file.
7 /*************************************************************************************************/
23 namespace std { concept_map CopyConstructible<pair<const unsigned char*, const unsigned char*> > {}}
26 /*************************************************************************************************/
30 /*************************************************************************************************/
38 /*************************************************************************************************/
102 /*************************************************************************************************/
106 /*************************************************************************************************/
110 /*************************************************************************************************/
STL namespace. std::pair< typename boost::range_const_iterator< InputRange1 >::type, InputIterator2 > mismatch(const InputRange1 &range1, InputIterator2 first2, BinaryPredicate pred) mismatch implementation Definition: algorithm/mismatch.hpp:97 std::pair< I1, I2 > mismatch(I1 first1, I1 last1, I2 first2, I2 last2) Definition: mismatch.hpp:60 Definition: functional.hpp:26 |