summaryrefslogtreecommitdiff
path: root/doc/html/boost/xpressive/repeat.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/xpressive/repeat.html')
-rw-r--r--doc/html/boost/xpressive/repeat.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/boost/xpressive/repeat.html b/doc/html/boost/xpressive/repeat.html
index 4715d33832..a8f070eeb6 100644
--- a/doc/html/boost/xpressive/repeat.html
+++ b/doc/html/boost/xpressive/repeat.html
@@ -7,7 +7,7 @@
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="../../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
<link rel="up" href="../../xpressive/reference.html#header.boost.xpressive.regex_primitives_hpp" title="Header &lt;boost/xpressive/regex_primitives.hpp&gt;">
-<link rel="prev" href="optional_idp789097328.html" title="Function template optional">
+<link rel="prev" href="optional.html" title="Function template optional">
<link rel="next" href="keep.html" title="Function template keep">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -21,7 +21,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="optional_idp789097328.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../xpressive/reference.html#header.boost.xpressive.regex_primitives_hpp"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="keep.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="optional.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../xpressive/reference.html#header.boost.xpressive.regex_primitives_hpp"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="keep.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="refentry">
<a name="boost.xpressive.repeat"></a><div class="titlepage"></div>
@@ -38,7 +38,7 @@
<span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">unsigned</span> <span class="keyword">int</span> Count<span class="special">,</span> <span class="keyword">typename</span> <a class="link" href="../../Expr.html" title="Concept Expr">Expr2</a><span class="special">&gt;</span>
<span class="emphasis"><em><span class="identifier">unspecified</span></em></span> <span class="identifier">repeat</span><span class="special">(</span><span class="identifier">Expr2</span> <span class="keyword">const</span> <span class="special">&amp;</span> expr2<span class="special">)</span><span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="idp627881520"></a><h2>Description</h2>
+<a name="id-1.3.47.5.10.58.4"></a><h2>Description</h2>
<p>There are two forms of the repeat&lt;&gt;() function template. To match a sub-expression N times, use repeat&lt;N&gt;(expr). To match a sub-expression from M to N times, use repeat&lt;M,N&gt;(expr).</p>
<p>The repeat&lt;&gt;() function creates a greedy quantifier. To make the quantifier non-greedy, apply the unary minus operator, as in -repeat&lt;M,N&gt;(expr).</p>
<p>
@@ -74,7 +74,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="optional_idp789097328.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../xpressive/reference.html#header.boost.xpressive.regex_primitives_hpp"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="keep.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="optional.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../xpressive/reference.html#header.boost.xpressive.regex_primitives_hpp"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="keep.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>