Карта сайта Kansoftware
НОВОСТИУСЛУГИРЕШЕНИЯКОНТАКТЫ
Разработка программного обеспечения

Function mismatch

Boost , Chapter 1. Boost.Compute , Reference

Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

PrevUpHomeNext

Function mismatch

boost::compute::mismatch

Synopsis

// In header: <boost/compute/algorithm/mismatch.hpp>

template<typename InputIterator1, typename InputIterator2> 
  std::pair< InputIterator1, InputIterator2 > 
  mismatch(InputIterator1 first1, InputIterator1 last1, InputIterator2 first2, 
           command_queue & queue = system::default_queue());
template<typename InputIterator1, typename InputIterator2> 
  std::pair< InputIterator1, InputIterator2 > 
  mismatch(InputIterator1 first1, InputIterator1 last1, InputIterator2 first2, 
           InputIterator2 last2, 
           command_queue & queue = system::default_queue());

Description

Возвращает пару итераторов, указывающих на первое положение, где диапазон [first1, last1) и диапазон, начинающийся с first2, отличаются.


PrevUpHomeNext

Статья Function mismatch раздела Chapter 1. Boost.Compute Reference может быть полезна для разработчиков на c++ и boost.




Материалы статей собраны из открытых источников, владелец сайта не претендует на авторство. Там где авторство установить не удалось, материал подаётся без имени автора. В случае если Вы считаете, что Ваши права нарушены, пожалуйста, свяжитесь с владельцем сайта.



:: Главная :: Reference ::


реклама


©KANSoftWare (разработка программного обеспечения, создание программ, создание интерактивных сайтов), 2007
Top.Mail.Ru

Время компиляции файла: 2024-08-30 11:47:00
2025-07-04 14:42:31/0.0031781196594238/0