summaryrefslogtreecommitdiff
path: root/doc/html/boost/algorithm/head_finder.html
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2017-09-13 11:05:34 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2017-09-13 11:06:28 +0900
commit34bd32e225e2a8a94104489b31c42e5801cc1f4a (patch)
treed021b579a0c190354819974e1eaf0baa54b551f3 /doc/html/boost/algorithm/head_finder.html
parentf763a99a501650eff2c60288aa6f10ef916d769e (diff)
downloadboost-34bd32e225e2a8a94104489b31c42e5801cc1f4a.tar.gz
boost-34bd32e225e2a8a94104489b31c42e5801cc1f4a.tar.bz2
boost-34bd32e225e2a8a94104489b31c42e5801cc1f4a.zip
Imported Upstream version 1.63.0upstream/1.63.0
Change-Id: Iac85556a04b7e58d63ba636dedb0986e3555714a Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
Diffstat (limited to 'doc/html/boost/algorithm/head_finder.html')
-rw-r--r--doc/html/boost/algorithm/head_finder.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/boost/algorithm/head_finder.html b/doc/html/boost/algorithm/head_finder.html
index e8764a7a7e..873cb0e8fc 100644
--- a/doc/html/boost/algorithm/head_finder.html
+++ b/doc/html/boost/algorithm/head_finder.html
@@ -35,7 +35,7 @@
</span>
<span class="emphasis"><em><span class="identifier">unspecified</span></em></span> <span class="identifier">head_finder</span><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="idm45928160567904"></a><h2>Description</h2>
+<a name="idp117544432"></a><h2>Description</h2>
<p>Construct the <code class="computeroutput">head_finder</code>. The finder returns a head of a given input. The head is a prefix of a string up to n elements in size. If an input has less then n elements, whole input is considered a head. The result is given as an <code class="computeroutput">iterator_range</code> delimiting the match.</p>
<p>