summaryrefslogtreecommitdiff
path: root/doc/html/boost/xpressive/function.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/xpressive/function.html')
-rw-r--r--doc/html/boost/xpressive/function.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/boost/xpressive/function.html b/doc/html/boost/xpressive/function.html
index 084a574cf6..e73f1e3c86 100644
--- a/doc/html/boost/xpressive/function.html
+++ b/doc/html/boost/xpressive/function.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_actions_hpp" title="Header &lt;boost/xpressive/regex_actions.hpp&gt;">
-<link rel="prev" href="op/unwrap_reference/result_This__idp1009985648.html" title="Struct template result&lt;This(Ref)&gt;">
+<link rel="prev" href="op/unwrap_reference/result_This_R_idp784206816.html" title="Struct template result&lt;This(Ref)&gt;">
<link rel="next" href="value.html" title="Struct template value">
</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="op/unwrap_reference/result_This__idp1009985648.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../xpressive/reference.html#header.boost.xpressive.regex_actions_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="value.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="op/unwrap_reference/result_This_R_idp784206816.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../xpressive/reference.html#header.boost.xpressive.regex_actions_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="value.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="refentry">
<a name="boost.xpressive.function"></a><div class="titlepage"></div>
@@ -38,7 +38,7 @@
<span class="keyword">typedef</span> <span class="identifier">proto</span><span class="special">::</span><span class="identifier">terminal</span><span class="special">&lt;</span> <span class="identifier">PolymorphicFunctionObject</span> <span class="special">&gt;</span><span class="special">::</span><span class="identifier">type</span> <a name="boost.xpressive.function.type"></a><span class="identifier">type</span><span class="special">;</span>
<span class="special">}</span><span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="idp712920912"></a><h2>Description</h2>
+<a name="idp626443552"></a><h2>Description</h2>
<p>Use <code class="computeroutput"><a class="link" href="function.html" title="Struct template function">xpressive::function</a>&lt;&gt;</code> to turn an ordinary polymorphic function object type into a type that can be used to declare an object for use in xpressive semantic actions.</p>
<p>For example, the global object <code class="computeroutput">xpressive::push_back</code> can be used to create deferred actions that have the effect of pushing a value into a container. It is defined with <code class="computeroutput"><a class="link" href="function.html" title="Struct template function">xpressive::function</a>&lt;&gt;</code> as follows:</p>
<pre class="programlisting"><span class="identifier">xpressive</span><span class="special">::</span><span class="identifier">function</span><span class="special">&lt;</span><span class="identifier">xpressive</span><span class="special">::</span><span class="identifier">op</span><span class="special">::</span><span class="identifier">push_back</span><span class="special">&gt;</span><span class="special">::</span><span class="identifier">type</span> <span class="keyword">const</span> <span class="identifier">push_back</span> <span class="special">=</span> <span class="special">{</span><span class="special">}</span><span class="special">;</span>
@@ -64,7 +64,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="op/unwrap_reference/result_This__idp1009985648.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../xpressive/reference.html#header.boost.xpressive.regex_actions_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="value.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="op/unwrap_reference/result_This_R_idp784206816.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../xpressive/reference.html#header.boost.xpressive.regex_actions_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="value.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>