summaryrefslogtreecommitdiff
path: root/doc/html/boost/algorithm/trim_right_copy_if.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/algorithm/trim_right_copy_if.html')
-rw-r--r--doc/html/boost/algorithm/trim_right_copy_if.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/html/boost/algorithm/trim_right_copy_if.html b/doc/html/boost/algorithm/trim_right_copy_if.html
index fed3550eb1..298c22bae2 100644
--- a/doc/html/boost/algorithm/trim_right_copy_if.html
+++ b/doc/html/boost/algorithm/trim_right_copy_if.html
@@ -41,7 +41,8 @@
<span class="identifier">SequenceT</span> <span class="identifier">trim_right_copy_if</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">SequenceT</span> <span class="special">&amp;</span> Input<span class="special">,</span> <span class="identifier">PredicateT</span> IsSpace<span class="special">)</span><span class="special">;</span></pre></div>
<div class="refsect1">
<a name="id-1.3.3.9.23.9.4"></a><h2>Description</h2>
-<p>Remove all trailing spaces from the input. The supplied predicate is used to determine which characters are considered spaces. The result is a trimmed copy of the input. It is returned as a sequence or copied to the output iterator</p>
+<p>Remove all trailing spaces from the input.</p>
+<p>The supplied predicate is used to determine which characters are considered spaces. The result is a trimmed copy of the input. It is returned as a sequence or copied to the output iterator</p>
<p>
</p>