From 733b5d5ae2c5d625211e2985ac25728ac3f54883 Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Mon, 21 Mar 2016 15:45:20 +0900 Subject: Imported Upstream version 1.58.0 Change-Id: If0072143aa26874812e0db6872e1efb10a3e5e94 Signed-off-by: DongHun Kwak --- doc/html/boost/algorithm/is_any_of.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/boost/algorithm/is_any_of.html') diff --git a/doc/html/boost/algorithm/is_any_of.html b/doc/html/boost/algorithm/is_any_of.html index 3dbebb0def..6e706e9ea3 100644 --- a/doc/html/boost/algorithm/is_any_of.html +++ b/doc/html/boost/algorithm/is_any_of.html @@ -34,7 +34,7 @@ template<typename RangeT> unspecified is_any_of(const RangeT & Set);
-

Description

+

Description

Construct the is_any_of predicate. The predicate holds if the input is included in the specified set of characters.

-- cgit v1.2.3