From b5c87084afaef42b2d058f68091be31988a6a874 Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Wed, 13 Sep 2017 11:08:07 +0900 Subject: Imported Upstream version 1.64.0 Change-Id: Id9212edd016dd55f21172c427aa7894d1d24148b Signed-off-by: DongHun Kwak --- .../algorithm/is_sorted_unt_idp550608544.html | 94 ---------------------- 1 file changed, 94 deletions(-) delete mode 100644 doc/html/boost/algorithm/is_sorted_unt_idp550608544.html (limited to 'doc/html/boost/algorithm/is_sorted_unt_idp550608544.html') diff --git a/doc/html/boost/algorithm/is_sorted_unt_idp550608544.html b/doc/html/boost/algorithm/is_sorted_unt_idp550608544.html deleted file mode 100644 index 2153e9e85b..0000000000 --- a/doc/html/boost/algorithm/is_sorted_unt_idp550608544.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