Adobe Source Libraries 2.0.0
A collection of C++ libraries.
|
Go to the source code of this file.
Namespaces | |
namespace | adobe |
Functions | |
template<typename I1, typename I2, typename N> | |
std::pair< I1, I2 > | mismatch_n (I1 first1, I2 first2, N n) |
template<typename I1, typename I2> | |
std::pair< I1, I2 > | mismatch (I1 first1, I1 last1, I2 first2, I2 last2) |