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

Function template is_permutation

Boost , The Boost Algorithm Library , Header <boost/algorithm/cxx11/is_permutation.hpp>

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 template is_permutation

boost::algorithm::is_permutation — Tests to see if the sequence [first,last) is a permutation of the sequence starting at first2.

Synopsis

// In header: <boost/algorithm/cxx11/is_permutation.hpp>

template<typename Range, typename ForwardIterator, typename BinaryPredicate> 
  boost::disable_if_c< boost::is_same< Range, ForwardIterator >::value, bool >::type 
  is_permutation(const Range & r, ForwardIterator first2, 
                 BinaryPredicate pred);

Description

Параметры:

first2

Начало второй последовательности

<pred>

Предикат для сравнения элементов с

<r>

Диапазон входных данных


PrevUpHomeNext

Статья Function template is_permutation раздела The Boost Algorithm Library Header <boost/algorithm/cxx11/is_permutation.hpp> может быть полезна для разработчиков на c++ и boost.




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



:: Главная :: Header <boost/algorithm/cxx11/is_permutation.hpp> ::


реклама


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

Время компиляции файла: 2024-08-30 11:47:00
2025-05-19 18:40:09/0.0060560703277588/0