|
Header <boost/algorithm/cxx14/mismatch.hpp>Boost , The Boost Algorithm Library , Reference
Найдите первый несоответствующий элемент в последовательности. Маршалл Клоу namespace boost {
namespace algorithm {
template<typename InputIterator1, typename InputIterator2,
typename BinaryPredicate>
std::pair< InputIterator1, InputIterator2 >
mismatch(InputIterator1, InputIterator1, InputIterator2, InputIterator2,
BinaryPredicate);
template<typename InputIterator1, typename InputIterator2>
std::pair< InputIterator1, InputIterator2 >
mismatch(InputIterator1, InputIterator1, InputIterator2, InputIterator2);
}
}
Статья Header <boost/algorithm/cxx14/mismatch.hpp> раздела The Boost Algorithm Library Reference может быть полезна для разработчиков на c++ и boost.
:: Главная :: Reference ::
|
|