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

Function template any_of

-

boost::algorithm::any_of

-
-

Synopsis

-
// In header: <boost/algorithm/cxx11/any_of.hpp>
-
-
-template<typename InputIterator, typename Predicate> 
-  bool any_of(InputIterator first, InputIterator last, Predicate p);
-
-

Description

-

-

-
- - - - - -
[Note]Note

returns false on an empty range

-

- -

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

Parameters:

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

first

The start of the input sequence

last

One past the end of the input sequence

p

A predicate for testing the elements of the sequence

Returns:

true if any of the elements in [first, last) satisfy the predicate

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