summaryrefslogtreecommitdiff
path: root/doc/html/string_algo/design.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/string_algo/design.html')
-rw-r--r--doc/html/string_algo/design.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/string_algo/design.html b/doc/html/string_algo/design.html
index 70aa8b1ba9..0ce858327c 100644
--- a/doc/html/string_algo/design.html
+++ b/doc/html/string_algo/design.html
@@ -6,7 +6,7 @@
<link rel="stylesheet" href="../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.78.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;29.&#160;Boost String Algorithms Library">
+<link rel="up" href="../string_algo.html" title="Chapter&#160;30.&#160;Boost String Algorithms Library">
<link rel="prev" href="quickref.html" title="Quick Reference">
<link rel="next" href="concept.html" title="Concepts">
</head>
@@ -94,7 +94,7 @@
In the table C denotes a container and c is an object of C.
</p>
<div class="table">
-<a name="idp431456416"></a><p class="title"><b>Table&#160;29.12.&#160;Sequence Traits</b></p>
+<a name="idm45555128221200"></a><p class="title"><b>Table&#160;30.12.&#160;Sequence Traits</b></p>
<div class="table-contents"><table class="table" summary="Sequence Traits">
<colgroup>
<col>
@@ -201,7 +201,7 @@
between (<code class="computeroutput"><a class="link" href="../boost/algorithm/split_iterator.html" title="Class template split_iterator">split_iterator</a></code>).
</p>
<p>
- In addition the split algorithms like <code class="computeroutput"><a class="link" href="../boost/algorithm/find_all.html" title="Function template find_all">find_all()</a></code> and <code class="computeroutput"><a class="link" href="../boost/algorithm/split_idp159921872.html" title="Function template split">split()</a></code>
+ In addition the split algorithms like <code class="computeroutput"><a class="link" href="../boost/algorithm/find_all.html" title="Function template find_all">find_all()</a></code> and <code class="computeroutput"><a class="link" href="../boost/algorithm/split_idm45506997439552.html" title="Function template split">split()</a></code>
can simplify the common operations. They use a find iterator to search the whole input and copy the
matches they found into the supplied container.
</p>