From 4fadd968fa12130524c8380f33fcfe25d4de79e5 Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Wed, 13 Sep 2017 11:24:46 +0900 Subject: Imported Upstream version 1.65.0 Change-Id: Icf8400b375482cb11bcf77440a6934ba360d6ba4 Signed-off-by: DongHun Kwak --- .../algorithm/is_sorted_unt_idp422924976.html | 94 ---------------------- 1 file changed, 94 deletions(-) delete mode 100644 doc/html/boost/algorithm/is_sorted_unt_idp422924976.html (limited to 'doc/html/boost/algorithm/is_sorted_unt_idp422924976.html') diff --git a/doc/html/boost/algorithm/is_sorted_unt_idp422924976.html b/doc/html/boost/algorithm/is_sorted_unt_idp422924976.html deleted file mode 100644 index 60dc710a32..0000000000 --- a/doc/html/boost/algorithm/is_sorted_unt_idp422924976.html +++ /dev/null @@ -1,94 +0,0 @@ - - - - -Function template is_sorted_until - - - - - - - - - - - - - - - -
Boost C++ LibrariesHomeLibrariesPeopleFAQMore
-
-
-PrevUpHomeNext -
-
-
-
-

Function template is_sorted_until

-

boost::algorithm::is_sorted_until

-
-

Synopsis

-
// In header: <boost/algorithm/cxx11/is_sorted.hpp>
-
-
-template<typename ForwardIterator, typename Pred> 
-  ForwardIterator 
-  is_sorted_until(ForwardIterator first, ForwardIterator last, Pred p);
-
-

Description

-

- -

-
---- - - - - - - - - - - -

Parameters:

---- - - - - - - - - - - - - - - -

first

The start of the sequence to be tested.

last

One past the end of the sequence

p

A binary predicate that returns true if two elements are ordered.

Returns:

the point in the sequence [first, last) where the elements are unordered (according to the comparison predicate 'p').

-
-
- - - -
-
-
-PrevUpHomeNext -
- - -- cgit v1.2.3