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

Function template all_of_equal

-

boost::algorithm::all_of_equal

-
-

Synopsis

-
// In header: <boost/algorithm/cxx11/all_of.hpp>
-
-
-template<typename InputIterator, typename T> 
-  bool all_of_equal(InputIterator first, InputIterator last, const T & val);
-
-

Description

-

-

-
- - - - - -
[Note]Note

returns true on an empty range

-

- -

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

Parameters:

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

first

The start of the input sequence

last

One past the end of the input sequence

val

A value to compare against

Returns:

true if all elements in [first, last) are equal to 'val'

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