From d9ec475d945d3035377a0d89ed42e382d8988891 Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Thu, 6 Oct 2016 10:33:54 +0900 Subject: Imported Upstream version 1.60.0 Change-Id: Ie709530d6d5841088ceaba025cbe175a4ef43050 Signed-off-by: DongHun Kwak --- doc/html/boost/algorithm/all.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/boost/algorithm/all.html') diff --git a/doc/html/boost/algorithm/all.html b/doc/html/boost/algorithm/all.html index 73544e2dd3..0d77d5d23b 100644 --- a/doc/html/boost/algorithm/all.html +++ b/doc/html/boost/algorithm/all.html @@ -36,7 +36,7 @@ template<typename RangeT, typename PredicateT> bool all(const RangeT & Input, PredicateT Pred);
-

Description

+

Description

This predicate holds it all its elements satisfy a given condition, represented by the predicate.

-- cgit v1.2.3