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

Header <boost/algorithm/cxx11/is_sorted.hpp>

Boost , The Boost Algorithm Library , 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
namespace boost {
  namespace algorithm {
    template<typename ForwardIterator, typename Pred> 
      ForwardIterator is_sorted_until(ForwardIterator, ForwardIterator, Pred);
    template<typename ForwardIterator> 
      ForwardIterator is_sorted_until(ForwardIterator, ForwardIterator);
    template<typename ForwardIterator, typename Pred> 
      bool is_sorted(ForwardIterator, ForwardIterator, Pred);
    template<typename ForwardIterator> 
      bool is_sorted(ForwardIterator, ForwardIterator);
    template<typename R, typename Pred> 
      boost::lazy_disable_if_c< boost::is_same< R, Pred >::value, typename boost::range_iterator< const R > >::type 
      is_sorted_until(const R &, Pred);
    template<typename R> 
      boost::range_iterator< const R >::type is_sorted_until(const R &);
    template<typename R, typename Pred> 
      boost::lazy_disable_if_c< boost::is_same< R, Pred >::value, boost::mpl::identity< bool > >::type 
      is_sorted(const R &, Pred);
    template<typename R> bool is_sorted(const R &);
    template<typename ForwardIterator> 
      bool is_increasing(ForwardIterator, ForwardIterator);
    template<typename R> bool is_increasing(const R &);
    template<typename ForwardIterator> 
      bool is_decreasing(ForwardIterator, ForwardIterator);
    template<typename R> bool is_decreasing(const R &);
    template<typename ForwardIterator> 
      bool is_strictly_increasing(ForwardIterator, ForwardIterator);
    template<typename R> bool is_strictly_increasing(const R &);
    template<typename ForwardIterator> 
      bool is_strictly_decreasing(ForwardIterator, ForwardIterator);
    template<typename R> bool is_strictly_decreasing(const R &);
  }
}

PrevUpHomeNext

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




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



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


реклама


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

Время компиляции файла: 2024-08-30 11:47:00
2025-07-04 20:58:38/0.0055949687957764/0