#include <adobe/config.hpp>
#include <iterator>
#include <utility>
Go to the source code of this file.
|
template<typename I1 , typename I2 > |
std::pair< I1, I2 > | mismatch (I1 first1, I1 last1, I2 first2, I2 last2) |
|
template<typename I1 , typename I2 , typename N > |
std::pair< I1, I2 > | mismatch_n (I1 first1, I2 first2, N n) |
|