Imported Upstream version 1.57.0
[platform/upstream/boost.git] / libs / algorithm / doc / html / the_boost_algorithm_library / CXX11 / any_of.html
index 03d6b64..f14065d 100644 (file)
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>any_of</title>
 <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
 <link rel="home" href="../../index.html" title="The Boost Algorithm Library">
 <link rel="up" href="../../algorithm/CXX11.html" title="C++11 Algorithms">
 <link rel="prev" href="../../algorithm/CXX11.html" title="C++11 Algorithms">
@@ -49,7 +49,7 @@
       </p>
 <h5>
 <a name="the_boost_algorithm_library.CXX11.any_of.h0"></a>
-        <span><a name="the_boost_algorithm_library.CXX11.any_of.interface"></a></span><a class="link" href="any_of.html#the_boost_algorithm_library.CXX11.any_of.interface">interface</a>
+        <span class="phrase"><a name="the_boost_algorithm_library.CXX11.any_of.interface"></a></span><a class="link" href="any_of.html#the_boost_algorithm_library.CXX11.any_of.interface">interface</a>
       </h5>
 <p>
         The function <code class="computeroutput"><span class="identifier">any_of</span></code> returns
@@ -86,7 +86,7 @@
       </p>
 <h5>
 <a name="the_boost_algorithm_library.CXX11.any_of.h1"></a>
-        <span><a name="the_boost_algorithm_library.CXX11.any_of.examples"></a></span><a class="link" href="any_of.html#the_boost_algorithm_library.CXX11.any_of.examples">Examples</a>
+        <span class="phrase"><a name="the_boost_algorithm_library.CXX11.any_of.examples"></a></span><a class="link" href="any_of.html#the_boost_algorithm_library.CXX11.any_of.examples">Examples</a>
       </h5>
 <p>
         Given the container <code class="computeroutput"><span class="identifier">c</span></code> containing
       </p>
 <h5>
 <a name="the_boost_algorithm_library.CXX11.any_of.h2"></a>
-        <span><a name="the_boost_algorithm_library.CXX11.any_of.iterator_requirements"></a></span><a class="link" href="any_of.html#the_boost_algorithm_library.CXX11.any_of.iterator_requirements">Iterator
+        <span class="phrase"><a name="the_boost_algorithm_library.CXX11.any_of.iterator_requirements"></a></span><a class="link" href="any_of.html#the_boost_algorithm_library.CXX11.any_of.iterator_requirements">Iterator
         Requirements</a>
       </h5>
 <p>
       </p>
 <h5>
 <a name="the_boost_algorithm_library.CXX11.any_of.h3"></a>
-        <span><a name="the_boost_algorithm_library.CXX11.any_of.complexity"></a></span><a class="link" href="any_of.html#the_boost_algorithm_library.CXX11.any_of.complexity">Complexity</a>
+        <span class="phrase"><a name="the_boost_algorithm_library.CXX11.any_of.complexity"></a></span><a class="link" href="any_of.html#the_boost_algorithm_library.CXX11.any_of.complexity">Complexity</a>
       </h5>
 <p>
         All of the variants of <code class="computeroutput"><span class="identifier">any_of</span></code>
       </p>
 <h5>
 <a name="the_boost_algorithm_library.CXX11.any_of.h4"></a>
-        <span><a name="the_boost_algorithm_library.CXX11.any_of.exception_safety"></a></span><a class="link" href="any_of.html#the_boost_algorithm_library.CXX11.any_of.exception_safety">Exception
+        <span class="phrase"><a name="the_boost_algorithm_library.CXX11.any_of.exception_safety"></a></span><a class="link" href="any_of.html#the_boost_algorithm_library.CXX11.any_of.exception_safety">Exception
         Safety</a>
       </h5>
 <p>
       </p>
 <h5>
 <a name="the_boost_algorithm_library.CXX11.any_of.h5"></a>
-        <span><a name="the_boost_algorithm_library.CXX11.any_of.notes"></a></span><a class="link" href="any_of.html#the_boost_algorithm_library.CXX11.any_of.notes">Notes</a>
+        <span class="phrase"><a name="the_boost_algorithm_library.CXX11.any_of.notes"></a></span><a class="link" href="any_of.html#the_boost_algorithm_library.CXX11.any_of.notes">Notes</a>
       </h5>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
 <li class="listitem">
             The routine <code class="computeroutput"><span class="identifier">any_of</span></code> is
             part of the C++11 standard. When compiled using a C++11 implementation,