From b5c87084afaef42b2d058f68091be31988a6a874 Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Wed, 13 Sep 2017 11:08:07 +0900 Subject: Imported Upstream version 1.64.0 Change-Id: Id9212edd016dd55f21172c427aa7894d1d24148b Signed-off-by: DongHun Kwak --- .../boost/algorithm/operator___idp418728224.html | 91 ++++++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 doc/html/boost/algorithm/operator___idp418728224.html (limited to 'doc/html/boost/algorithm/operator___idp418728224.html') diff --git a/doc/html/boost/algorithm/operator___idp418728224.html b/doc/html/boost/algorithm/operator___idp418728224.html new file mode 100644 index 0000000000..3846c5f3b0 --- /dev/null +++ b/doc/html/boost/algorithm/operator___idp418728224.html @@ -0,0 +1,91 @@ + + + + +Function template operator&& + + + + + + + + + + + + + + + +
Boost C++ LibrariesHomeLibrariesPeopleFAQMore
+
+
+PrevUpHomeNext +
+
+
+
+

Function template operator&&

+

boost::algorithm::operator&& — predicate 'and' composition predicate

+
+

Synopsis

+
// In header: <boost/algorithm/string/classification.hpp>
+
+
+template<typename Pred1T, typename Pred2T> 
+  unspecified operator&&(const predicate_facade< Pred1T > & Pred1, 
+                         const predicate_facade< Pred2T > & Pred2);
+
+

Description

+

Construct the class_and predicate. This predicate can be used to logically combine two classification predicates. class_and holds, if both predicates return true.

+

+ +

+
++++ + + + + + + + + + + +

Parameters:

++++ + + + + + + + + + + +

Pred1

The first predicate

Pred2

The second predicate

Returns:

An instance of the class_and predicate

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