summaryrefslogtreecommitdiff
path: root/doc/html/boost/algorithm/find_head.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/algorithm/find_head.html')
-rw-r--r--[-rwxr-xr-x]doc/html/boost/algorithm/find_head.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/boost/algorithm/find_head.html b/doc/html/boost/algorithm/find_head.html
index c5284e736a..7d2914a540 100755..100644
--- a/doc/html/boost/algorithm/find_head.html
+++ b/doc/html/boost/algorithm/find_head.html
@@ -36,8 +36,8 @@
<span class="identifier">iterator_range</span><span class="special">&lt;</span> <span class="keyword">typename</span> <span class="identifier">range_iterator</span><span class="special">&lt;</span> <span class="identifier">RangeT</span> <span class="special">&gt;</span><span class="special">::</span><span class="identifier">type</span> <span class="special">&gt;</span>
<span class="identifier">find_head</span><span class="special">(</span><span class="identifier">RangeT</span> <span class="special">&amp;</span> Input<span class="special">,</span> <span class="keyword">int</span> N<span class="special">)</span><span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="id3212920"></a><h2>Description</h2>
-<p>Get the head of the input. Head is a prefix of the string of the given size. If the input is shorter then required, whole input if considered to be the head.</p>
+<a name="id3269333"></a><h2>Description</h2>
+<p>Get the head of the input. Head is a prefix of the string of the given size. If the input is shorter then required, whole input is considered to be the head.</p>
<p>
</p>
@@ -64,7 +64,7 @@
</tr>
<tr>
<td><p><span class="term"><code class="computeroutput">N</code></span></p></td>
-<td><p>Length of the head For N&gt;=0, at most N characters are extracted. For N&lt;0, size(Input)-|N| characters are extracted. </p></td>
+<td><p>Length of the head For N&gt;=0, at most N characters are extracted. For N&lt;0, at most size(Input)-|N| characters are extracted. </p></td>
</tr>
</tbody>
</table></div></td>