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.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/boost/xpressive/function.html b/doc/html/boost/xpressive/function.html
index 74f2f6c61e..f55322ca6c 100644
--- a/doc/html/boost/xpressive/function.html
+++ b/doc/html/boost/xpressive/function.html
@@ -6,8 +6,8 @@
<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="../../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_R_idp355606848.html" title="Struct template result&lt;This(Ref)&gt;">
-<link rel="next" href="value.html" title="Struct template value">
+<link rel="prev" href="op/unwrap_reference/result_This_R_idp352992176.html" title="Struct template result&lt;This(Ref)&gt;">
+<link rel="next" href="local.html" title="Struct template local">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -20,7 +20,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="op/unwrap_reference/result_This_R_idp355606848.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_idp352992176.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="local.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>
@@ -37,7 +37,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="idp533675424"></a><h2>Description</h2>
+<a name="idp530930928"></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>
@@ -63,7 +63,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="op/unwrap_reference/result_This_R_idp355606848.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_idp352992176.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="local.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>