summaryrefslogtreecommitdiff
path: root/doc/html/boost/algorithm/ifind_first.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/algorithm/ifind_first.html')
-rw-r--r--doc/html/boost/algorithm/ifind_first.html16
1 files changed, 11 insertions, 5 deletions
diff --git a/doc/html/boost/algorithm/ifind_first.html b/doc/html/boost/algorithm/ifind_first.html
index bf006dbad5..dcc56b4bea 100644
--- a/doc/html/boost/algorithm/ifind_first.html
+++ b/doc/html/boost/algorithm/ifind_first.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Function template ifind_first</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.78.1">
<link rel="home" href="../../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
<link rel="up" href="../../string_algo/reference.html#header.boost.algorithm.string.find_hpp" title="Header &lt;boost/algorithm/string/find.hpp&gt;">
<link rel="prev" href="find_first.html" title="Function template find_first">
@@ -37,8 +37,8 @@
<span class="identifier">ifind_first</span><span class="special">(</span><span class="identifier">Range1T</span> <span class="special">&amp;</span> Input<span class="special">,</span> <span class="keyword">const</span> <span class="identifier">Range2T</span> <span class="special">&amp;</span> Search<span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">locale</span> <span class="special">&amp;</span> Loc <span class="special">=</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">locale</span><span class="special">(</span><span class="special">)</span><span class="special">)</span><span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="id3267664"></a><h2>Description</h2>
-<p>Search for the first occurence of the substring in the input. Searching is case insensitive.</p>
+<a name="idp434091968"></a><h2>Description</h2>
+<p>Search for the first occurrence of the substring in the input. Searching is case insensitive.</p>
<p>
</p>
@@ -51,13 +51,19 @@
</table></div>
<p>
</p>
-<div class="variablelist"><table border="0">
+<div class="variablelist"><table border="0" class="variablelist compact">
+<colgroup>
<col align="left" valign="top">
+<col>
+</colgroup>
<tbody>
<tr>
<td><p><span class="term">Parameters:</span></p></td>
-<td><div class="variablelist"><table border="0">
+<td><div class="variablelist"><table border="0" class="variablelist compact">
+<colgroup>
<col align="left" valign="top">
+<col>
+</colgroup>
<tbody>
<tr>
<td><p><span class="term"><code class="computeroutput">Input</code></span></p></td>