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_decreasing_idp422971024.html | 98 ---------------------- 1 file changed, 98 deletions(-) delete mode 100644 doc/html/boost/algorithm/is_decreasing_idp422971024.html (limited to 'doc/html/boost/algorithm/is_decreasing_idp422971024.html') diff --git a/doc/html/boost/algorithm/is_decreasing_idp422971024.html b/doc/html/boost/algorithm/is_decreasing_idp422971024.html deleted file mode 100644 index 36babc9c95..0000000000 --- a/doc/html/boost/algorithm/is_decreasing_idp422971024.html +++ /dev/null @@ -1,98 +0,0 @@ - - - - -Function template is_decreasing - - - - - - - - - - - - - - - -
Boost C++ LibrariesHomeLibrariesPeopleFAQMore
-
-
-PrevUpHomeNext -
-
-
-
-

Function template is_decreasing

-

boost::algorithm::is_decreasing

-
-

Synopsis

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

Description

-

- -

-
- - - - - -
[Note]Note

This function will return true for sequences that contain items that compare equal. If that is not what you intended, you should use is_strictly_decreasing instead.

-

-

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

Parameters:

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

first

The start of the sequence to be tested.

last

One past the end of the sequence

Returns:

true if the entire sequence is decreasing; i.e, each item is less than or equal to the previous one.

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