summaryrefslogtreecommitdiff
path: root/doc/html/string_algo/concept.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/string_algo/concept.html')
-rw-r--r--doc/html/string_algo/concept.html20
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/html/string_algo/concept.html b/doc/html/string_algo/concept.html
index 6b4844f115..46fa1a8e66 100644
--- a/doc/html/string_algo/concept.html
+++ b/doc/html/string_algo/concept.html
@@ -4,9 +4,9 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Concepts</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.79.1">
<link rel="home" href="../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
-<link rel="up" href="../string_algo.html" title="Chapter&#160;32.&#160;Boost String Algorithms Library">
+<link rel="up" href="../string_algo.html" title="Chapter&#160;2.&#160;Boost String Algorithms Library">
<link rel="prev" href="design.html" title="Design Topics">
<link rel="next" href="reference.html" title="Reference">
</head>
@@ -26,16 +26,16 @@
<div class="section">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="string_algo.concept"></a>Concepts</h2></div></div></div>
-<div class="toc"><dl>
-<dt><span class="section"><a href="concept.html#idp399063136">Definitions</a></span></dt>
+<div class="toc"><dl class="toc">
+<dt><span class="section"><a href="concept.html#idm45928164418544">Definitions</a></span></dt>
<dt><span class="section"><a href="concept.html#string_algo.finder_concept">Finder Concept</a></span></dt>
<dt><span class="section"><a href="concept.html#string_algo.formatter_concept">Formatter concept</a></span></dt>
</dl></div>
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
-<a name="idp399063136"></a>Definitions</h3></div></div></div>
+<a name="idm45928164418544"></a>Definitions</h3></div></div></div>
<div class="table">
-<a name="idp399063776"></a><p class="title"><b>Table&#160;32.13.&#160;Notation</b></p>
+<a name="idm45928164417904"></a><p class="title"><b>Table&#160;2.13.&#160;Notation</b></p>
<div class="table-contents"><table class="table" summary="Notation">
<colgroup>
<col>
@@ -85,7 +85,7 @@
delimiting the selected part.
</p>
<div class="table">
-<a name="idp399079792"></a><p class="title"><b>Table&#160;32.14.&#160;Valid Expressions</b></p>
+<a name="idm45928164401952"></a><p class="title"><b>Table&#160;2.14.&#160;Valid Expressions</b></p>
<div class="table-contents"><table class="table" summary="Valid Expressions">
<colgroup>
<col>
@@ -119,7 +119,7 @@
</p>
<p>
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Finder implemented as a class. This Finder always returns the whole input as a match. <code class="computeroutput">operator()</code>
is templated, so that the finder can be used on any iterator type.
@@ -167,7 +167,7 @@ boost::iterator_range&lt;std::string&gt; simple_finder(
<code class="computeroutput"><a class="link" href="../boost/algorithm/regex_finder.html" title="Function template regex_finder">regex_finder()</a></code> to format the result of formatter operation.
</p>
<div class="table">
-<a name="idp399099728"></a><p class="title"><b>Table&#160;32.15.&#160;Valid Expressions</b></p>
+<a name="idm45928164381904"></a><p class="title"><b>Table&#160;2.15.&#160;Valid Expressions</b></p>
<div class="table-contents"><table class="table" summary="Valid Expressions">
<colgroup>
<col>
@@ -196,7 +196,7 @@ boost::iterator_range&lt;std::string&gt; simple_finder(
</p>
<p>
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Formatter implemented as a class. This Formatter does not perform any formatting and
returns the match, repackaged. <code class="computeroutput">operator()</code>