forked from boostorg/fusion
fix for #2355: discrepancy between std::accumulate and fusion::accumulate
[SVN r57125]
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<title>category_of</title>
|
||||
<link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.75.0">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
|
||||
<link rel="home" href="../../index.html" title="Chapter<65>1.<2E>Fusion 2.0">
|
||||
<link rel="up" href="../support.html" title="Support">
|
||||
<link rel="prev" href="tag_of.html" title="tag_of">
|
||||
@ -27,7 +27,7 @@
|
||||
<a name="fusion.support.category_of"></a><a class="link" href="category_of.html" title="category_of">category_of</a>
|
||||
</h3></div></div></div>
|
||||
<a name="fusion.support.category_of.description"></a><h5>
|
||||
<a name="id552998"></a>
|
||||
<a name="id667602"></a>
|
||||
<a class="link" href="category_of.html#fusion.support.category_of.description">Description</a>
|
||||
</h5>
|
||||
<p>
|
||||
@ -37,7 +37,7 @@
|
||||
<a class="link" href="../sequence/concepts.html" title="Concepts">Sequence Concepts</a>).
|
||||
</p>
|
||||
<a name="fusion.support.category_of.synopsis"></a><h5>
|
||||
<a name="id553034"></a>
|
||||
<a name="id667638"></a>
|
||||
<a class="link" href="category_of.html#fusion.support.category_of.synopsis">Synopsis</a>
|
||||
</h5>
|
||||
<pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">traits</span>
|
||||
@ -50,7 +50,7 @@
|
||||
<span class="special">}</span>
|
||||
</pre>
|
||||
<a name="fusion.support.category_of.parameters"></a><h5>
|
||||
<a name="id553127"></a>
|
||||
<a name="id667732"></a>
|
||||
<a class="link" href="category_of.html#fusion.support.category_of.parameters">Parameters</a>
|
||||
</h5>
|
||||
<div class="informaltable"><table class="table">
|
||||
@ -95,7 +95,7 @@
|
||||
</tr></tbody>
|
||||
</table></div>
|
||||
<a name="fusion.support.category_of.expression_semantics"></a><h5>
|
||||
<a name="id553210"></a>
|
||||
<a name="id667815"></a>
|
||||
<a class="link" href="category_of.html#fusion.support.category_of.expression_semantics">Expression
|
||||
Semantics</a>
|
||||
</h5>
|
||||
@ -157,14 +157,14 @@
|
||||
of a particular <a class="link" href="../sequence.html" title="Sequence">Sequence</a> or <a class="link" href="../iterator.html" title="Iterator">Iterator</a>.
|
||||
</p>
|
||||
<a name="fusion.support.category_of.header"></a><h5>
|
||||
<a name="id553651"></a>
|
||||
<a name="id668807"></a>
|
||||
<a class="link" href="category_of.html#fusion.support.category_of.header">Header</a>
|
||||
</h5>
|
||||
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">support</span><span class="special">/</span><span class="identifier">category_of</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">category_of</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
</pre>
|
||||
<a name="fusion.support.category_of.example"></a><h5>
|
||||
<a name="id553759"></a>
|
||||
<a name="id668915"></a>
|
||||
<a class="link" href="category_of.html#fusion.support.category_of.example">Example</a>
|
||||
</h5>
|
||||
<pre class="programlisting"><span class="keyword">using</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">is_base_of</span><span class="special">;</span>
|
||||
|
@ -3,7 +3,7 @@
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<title>deduce</title>
|
||||
<link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.75.0">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
|
||||
<link rel="home" href="../../index.html" title="Chapter<65>1.<2E>Fusion 2.0">
|
||||
<link rel="up" href="../support.html" title="Support">
|
||||
<link rel="prev" href="category_of.html" title="category_of">
|
||||
@ -27,7 +27,7 @@
|
||||
<a name="fusion.support.deduce"></a><a class="link" href="deduce.html" title="deduce">deduce</a>
|
||||
</h3></div></div></div>
|
||||
<a name="fusion.support.deduce.description"></a><h5>
|
||||
<a name="id553980"></a>
|
||||
<a name="id669135"></a>
|
||||
<a class="link" href="deduce.html#fusion.support.deduce.description">Description</a>
|
||||
</h5>
|
||||
<p>
|
||||
@ -40,14 +40,14 @@
|
||||
Reference wrappers are removed (see <a class="link" href="../notes.html#fusion.notes.boost__ref"><code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">ref</span></code></a>).
|
||||
</p>
|
||||
<a name="fusion.support.deduce.header"></a><h5>
|
||||
<a name="id554038"></a>
|
||||
<a name="id669193"></a>
|
||||
<a class="link" href="deduce.html#fusion.support.deduce.header">Header</a>
|
||||
</h5>
|
||||
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">support</span><span class="special">/</span><span class="identifier">deduce</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">deduce</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
</pre>
|
||||
<a name="fusion.support.deduce.synopsis"></a><h5>
|
||||
<a name="id554146"></a>
|
||||
<a name="id669301"></a>
|
||||
<a class="link" href="deduce.html#fusion.support.deduce.synopsis">Synopsis</a>
|
||||
</h5>
|
||||
<pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">traits</span>
|
||||
@ -60,7 +60,7 @@
|
||||
<span class="special">}</span>
|
||||
</pre>
|
||||
<a name="fusion.support.deduce.example"></a><h5>
|
||||
<a name="id554239"></a>
|
||||
<a name="id669395"></a>
|
||||
<a class="link" href="deduce.html#fusion.support.deduce.example">Example</a>
|
||||
</h5>
|
||||
<pre class="programlisting"><span class="keyword">template</span> <span class="special"><</span><span class="keyword">typename</span> <span class="identifier">T</span><span class="special">></span>
|
||||
@ -80,7 +80,7 @@
|
||||
<span class="special">}</span>
|
||||
</pre>
|
||||
<a name="fusion.support.deduce.see_also"></a><h5>
|
||||
<a name="id554507"></a>
|
||||
<a name="id669662"></a>
|
||||
<a class="link" href="deduce.html#fusion.support.deduce.see_also">See also</a>
|
||||
</h5>
|
||||
<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem"><a class="link" href="deduce_sequence.html" title="deduce_sequence"><code class="computeroutput"><span class="identifier">deduce_sequence</span></code></a></li></ul></div>
|
||||
|
@ -3,7 +3,7 @@
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<title>deduce_sequence</title>
|
||||
<link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.75.0">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
|
||||
<link rel="home" href="../../index.html" title="Chapter<65>1.<2E>Fusion 2.0">
|
||||
<link rel="up" href="../support.html" title="Support">
|
||||
<link rel="prev" href="deduce.html" title="deduce">
|
||||
@ -27,7 +27,7 @@
|
||||
<a name="fusion.support.deduce_sequence"></a><a class="link" href="deduce_sequence.html" title="deduce_sequence">deduce_sequence</a>
|
||||
</h3></div></div></div>
|
||||
<a name="fusion.support.deduce_sequence.description"></a><h5>
|
||||
<a name="id554548"></a>
|
||||
<a name="id669703"></a>
|
||||
<a class="link" href="deduce_sequence.html#fusion.support.deduce_sequence.description">Description</a>
|
||||
</h5>
|
||||
<p>
|
||||
@ -38,14 +38,14 @@
|
||||
original type as its argument.
|
||||
</p>
|
||||
<a name="fusion.support.deduce_sequence.header"></a><h5>
|
||||
<a name="id554580"></a>
|
||||
<a name="id669735"></a>
|
||||
<a class="link" href="deduce_sequence.html#fusion.support.deduce_sequence.header">Header</a>
|
||||
</h5>
|
||||
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">support</span><span class="special">/</span><span class="identifier">deduce_sequence</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">deduce_sequence</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
</pre>
|
||||
<a name="fusion.support.deduce_sequence.synopsis"></a><h5>
|
||||
<a name="id554688"></a>
|
||||
<a name="id669843"></a>
|
||||
<a class="link" href="deduce_sequence.html#fusion.support.deduce_sequence.synopsis">Synopsis</a>
|
||||
</h5>
|
||||
<pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">traits</span>
|
||||
@ -58,7 +58,7 @@
|
||||
<span class="special">}</span>
|
||||
</pre>
|
||||
<a name="fusion.support.deduce_sequence.example"></a><h5>
|
||||
<a name="id554782"></a>
|
||||
<a name="id669937"></a>
|
||||
<a class="link" href="deduce_sequence.html#fusion.support.deduce_sequence.example">Example</a>
|
||||
</h5>
|
||||
<pre class="programlisting"><span class="keyword">template</span> <span class="special"><</span><span class="keyword">class</span> <span class="identifier">Seq</span><span class="special">></span>
|
||||
@ -80,7 +80,7 @@
|
||||
<span class="special">}</span>
|
||||
</pre>
|
||||
<a name="fusion.support.deduce_sequence.see_also"></a><h5>
|
||||
<a name="id555192"></a>
|
||||
<a name="id670347"></a>
|
||||
<a class="link" href="deduce_sequence.html#fusion.support.deduce_sequence.see_also">See also</a>
|
||||
</h5>
|
||||
<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem"><a class="link" href="deduce.html" title="deduce"><code class="computeroutput"><span class="identifier">deduce</span></code></a></li></ul></div>
|
||||
|
@ -3,7 +3,7 @@
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<title>is_sequence</title>
|
||||
<link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.75.0">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
|
||||
<link rel="home" href="../../index.html" title="Chapter<65>1.<2E>Fusion 2.0">
|
||||
<link rel="up" href="../support.html" title="Support">
|
||||
<link rel="prev" href="../support.html" title="Support">
|
||||
@ -27,7 +27,7 @@
|
||||
<a name="fusion.support.is_sequence"></a><a class="link" href="is_sequence.html" title="is_sequence">is_sequence</a>
|
||||
</h3></div></div></div>
|
||||
<a name="fusion.support.is_sequence.description"></a><h5>
|
||||
<a name="id549643"></a>
|
||||
<a name="id665326"></a>
|
||||
<a class="link" href="is_sequence.html#fusion.support.is_sequence.description">Description</a>
|
||||
</h5>
|
||||
<p>
|
||||
@ -38,7 +38,7 @@
|
||||
conforming sequences.
|
||||
</p>
|
||||
<a name="fusion.support.is_sequence.synopsis"></a><h5>
|
||||
<a name="id549701"></a>
|
||||
<a name="id665384"></a>
|
||||
<a class="link" href="is_sequence.html#fusion.support.is_sequence.synopsis">Synopsis</a>
|
||||
</h5>
|
||||
<pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">traits</span>
|
||||
@ -51,7 +51,7 @@
|
||||
<span class="special">}</span>
|
||||
</pre>
|
||||
<a name="fusion.support.is_sequence.parameters"></a><h5>
|
||||
<a name="id549794"></a>
|
||||
<a name="id665477"></a>
|
||||
<a class="link" href="is_sequence.html#fusion.support.is_sequence.parameters">Parameters</a>
|
||||
</h5>
|
||||
<div class="informaltable"><table class="table">
|
||||
@ -96,7 +96,7 @@
|
||||
</tr></tbody>
|
||||
</table></div>
|
||||
<a name="fusion.support.is_sequence.expression_semantics"></a><h5>
|
||||
<a name="id549877"></a>
|
||||
<a name="id665560"></a>
|
||||
<a class="link" href="is_sequence.html#fusion.support.is_sequence.expression_semantics">Expression
|
||||
Semantics</a>
|
||||
</h5>
|
||||
@ -113,14 +113,14 @@
|
||||
otherwise.
|
||||
</p>
|
||||
<a name="fusion.support.is_sequence.header"></a><h5>
|
||||
<a name="id549991"></a>
|
||||
<a name="id665674"></a>
|
||||
<a class="link" href="is_sequence.html#fusion.support.is_sequence.header">Header</a>
|
||||
</h5>
|
||||
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">support</span><span class="special">/</span><span class="identifier">is_sequence</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">is_sequence</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
</pre>
|
||||
<a name="fusion.support.is_sequence.example"></a><h5>
|
||||
<a name="id551192"></a>
|
||||
<a name="id665782"></a>
|
||||
<a class="link" href="is_sequence.html#fusion.support.is_sequence.example">Example</a>
|
||||
</h5>
|
||||
<pre class="programlisting"><span class="identifier">BOOST_MPL_ASSERT_NOT</span><span class="special">((</span> <span class="identifier">traits</span><span class="special">::</span><span class="identifier">is_sequence</span><span class="special"><</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">vector</span><span class="special"><</span><span class="keyword">int</span><span class="special">></span> <span class="special">></span> <span class="special">));</span>
|
||||
|
@ -3,7 +3,7 @@
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<title>is_view</title>
|
||||
<link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.75.0">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
|
||||
<link rel="home" href="../../index.html" title="Chapter<65>1.<2E>Fusion 2.0">
|
||||
<link rel="up" href="../support.html" title="Support">
|
||||
<link rel="prev" href="is_sequence.html" title="is_sequence">
|
||||
@ -27,7 +27,7 @@
|
||||
<a name="fusion.support.is_view"></a><a class="link" href="is_view.html" title="is_view">is_view</a>
|
||||
</h3></div></div></div>
|
||||
<a name="fusion.support.is_view.description"></a><h5>
|
||||
<a name="id551504"></a>
|
||||
<a name="id666108"></a>
|
||||
<a class="link" href="is_view.html#fusion.support.is_view.description">Description</a>
|
||||
</h5>
|
||||
<p>
|
||||
@ -41,7 +41,7 @@
|
||||
specialized to accomodate clients providing Fusion conforming views.
|
||||
</p>
|
||||
<a name="fusion.support.is_view.synopsis"></a><h5>
|
||||
<a name="id551569"></a>
|
||||
<a name="id666173"></a>
|
||||
<a class="link" href="is_view.html#fusion.support.is_view.synopsis">Synopsis</a>
|
||||
</h5>
|
||||
<pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">traits</span>
|
||||
@ -54,7 +54,7 @@
|
||||
<span class="special">}</span>
|
||||
</pre>
|
||||
<a name="fusion.support.is_view.parameters"></a><h5>
|
||||
<a name="id551662"></a>
|
||||
<a name="id666267"></a>
|
||||
<a class="link" href="is_view.html#fusion.support.is_view.parameters">Parameters</a>
|
||||
</h5>
|
||||
<div class="informaltable"><table class="table">
|
||||
@ -99,7 +99,7 @@
|
||||
</tr></tbody>
|
||||
</table></div>
|
||||
<a name="fusion.support.is_view.expression_semantics"></a><h5>
|
||||
<a name="id551745"></a>
|
||||
<a name="id666350"></a>
|
||||
<a class="link" href="is_view.html#fusion.support.is_view.expression_semantics">Expression Semantics</a>
|
||||
</h5>
|
||||
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">traits</span><span class="special">::</span><span class="identifier">is_view</span><span class="special"><</span><span class="identifier">T</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">c</span><span class="special">;</span>
|
||||
@ -115,14 +115,14 @@
|
||||
otherwise.
|
||||
</p>
|
||||
<a name="fusion.support.is_view.header"></a><h5>
|
||||
<a name="id551859"></a>
|
||||
<a name="id666464"></a>
|
||||
<a class="link" href="is_view.html#fusion.support.is_view.header">Header</a>
|
||||
</h5>
|
||||
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">support</span><span class="special">/</span><span class="identifier">is_view</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">is_view</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
</pre>
|
||||
<a name="fusion.support.is_view.example"></a><h5>
|
||||
<a name="id551967"></a>
|
||||
<a name="id666572"></a>
|
||||
<a class="link" href="is_view.html#fusion.support.is_view.example">Example</a>
|
||||
</h5>
|
||||
<pre class="programlisting"><span class="identifier">BOOST_MPL_ASSERT_NOT</span><span class="special">((</span> <span class="identifier">traits</span><span class="special">::</span><span class="identifier">is_view</span><span class="special"><</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">vector</span><span class="special"><</span><span class="keyword">int</span><span class="special">></span> <span class="special">></span> <span class="special">));</span>
|
||||
|
@ -3,7 +3,7 @@
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<title>pair</title>
|
||||
<link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.75.0">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
|
||||
<link rel="home" href="../../index.html" title="Chapter<65>1.<2E>Fusion 2.0">
|
||||
<link rel="up" href="../support.html" title="Support">
|
||||
<link rel="prev" href="deduce_sequence.html" title="deduce_sequence">
|
||||
@ -27,7 +27,7 @@
|
||||
<a name="fusion.support.pair"></a><a class="link" href="pair.html" title="pair">pair</a>
|
||||
</h3></div></div></div>
|
||||
<a name="fusion.support.pair.description"></a><h5>
|
||||
<a name="id555233"></a>
|
||||
<a name="id670388"></a>
|
||||
<a class="link" href="pair.html#fusion.support.pair.description">Description</a>
|
||||
</h5>
|
||||
<p>
|
||||
@ -38,7 +38,7 @@
|
||||
for example.
|
||||
</p>
|
||||
<a name="fusion.support.pair.synopsis"></a><h5>
|
||||
<a name="id555295"></a>
|
||||
<a name="id670451"></a>
|
||||
<a class="link" href="pair.html#fusion.support.pair.synopsis">Synopsis</a>
|
||||
</h5>
|
||||
<pre class="programlisting"><span class="keyword">template</span> <span class="special"><</span><span class="keyword">typename</span> <span class="identifier">First</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">Second</span><span class="special">></span>
|
||||
@ -61,7 +61,7 @@
|
||||
<span class="identifier">make_pair</span><span class="special">(</span><span class="identifier">Second</span> <span class="keyword">const</span> <span class="special">&);</span>
|
||||
</pre>
|
||||
<a name="fusion.support.pair.template_parameters"></a><h5>
|
||||
<a name="id556684"></a>
|
||||
<a name="id670747"></a>
|
||||
<a class="link" href="pair.html#fusion.support.pair.template_parameters">Template parameters</a>
|
||||
</h5>
|
||||
<div class="informaltable"><table class="table">
|
||||
@ -140,7 +140,7 @@
|
||||
</dl>
|
||||
</div>
|
||||
<a name="fusion.support.pair.expression_semantics"></a><h5>
|
||||
<a name="id556902"></a>
|
||||
<a name="id672057"></a>
|
||||
<a class="link" href="pair.html#fusion.support.pair.expression_semantics">Expression Semantics</a>
|
||||
</h5>
|
||||
<div class="informaltable"><table class="table">
|
||||
@ -320,14 +320,14 @@
|
||||
</tbody>
|
||||
</table></div>
|
||||
<a name="fusion.support.pair.header"></a><h5>
|
||||
<a name="id557488"></a>
|
||||
<a name="id672644"></a>
|
||||
<a class="link" href="pair.html#fusion.support.pair.header">Header</a>
|
||||
</h5>
|
||||
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">support</span><span class="special">/</span><span class="identifier">pair</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">pair</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
</pre>
|
||||
<a name="fusion.support.pair.example"></a><h5>
|
||||
<a name="id557596"></a>
|
||||
<a name="id672752"></a>
|
||||
<a class="link" href="pair.html#fusion.support.pair.example">Example</a>
|
||||
</h5>
|
||||
<pre class="programlisting"><span class="identifier">pair</span><span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">char</span><span class="special">></span> <span class="identifier">p</span><span class="special">(</span><span class="char">'X'</span><span class="special">);</span>
|
||||
|
@ -3,7 +3,7 @@
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<title>tag_of</title>
|
||||
<link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.75.0">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
|
||||
<link rel="home" href="../../index.html" title="Chapter<65>1.<2E>Fusion 2.0">
|
||||
<link rel="up" href="../support.html" title="Support">
|
||||
<link rel="prev" href="is_view.html" title="is_view">
|
||||
@ -27,7 +27,7 @@
|
||||
<a name="fusion.support.tag_of"></a><a class="link" href="tag_of.html" title="tag_of">tag_of</a>
|
||||
</h3></div></div></div>
|
||||
<a name="fusion.support.tag_of.description"></a><h5>
|
||||
<a name="id552287"></a>
|
||||
<a name="id666892"></a>
|
||||
<a class="link" href="tag_of.html#fusion.support.tag_of.description">Description</a>
|
||||
</h5>
|
||||
<p>
|
||||
@ -41,7 +41,7 @@
|
||||
conforming sequences.
|
||||
</p>
|
||||
<a name="fusion.support.tag_of.synopsis"></a><h5>
|
||||
<a name="id552319"></a>
|
||||
<a name="id666923"></a>
|
||||
<a class="link" href="tag_of.html#fusion.support.tag_of.synopsis">Synopsis</a>
|
||||
</h5>
|
||||
<pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">traits</span>
|
||||
@ -54,7 +54,7 @@
|
||||
<span class="special">}</span>
|
||||
</pre>
|
||||
<a name="fusion.support.tag_of.parameters"></a><h5>
|
||||
<a name="id552411"></a>
|
||||
<a name="id667016"></a>
|
||||
<a class="link" href="tag_of.html#fusion.support.tag_of.parameters">Parameters</a>
|
||||
</h5>
|
||||
<div class="informaltable"><table class="table">
|
||||
@ -99,7 +99,7 @@
|
||||
</tr></tbody>
|
||||
</table></div>
|
||||
<a name="fusion.support.tag_of.expression_semantics"></a><h5>
|
||||
<a name="id552494"></a>
|
||||
<a name="id667098"></a>
|
||||
<a class="link" href="tag_of.html#fusion.support.tag_of.expression_semantics">Expression Semantics</a>
|
||||
</h5>
|
||||
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">traits</span><span class="special">::</span><span class="identifier">tag_of</span><span class="special"><</span><span class="identifier">T</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">tag</span><span class="special">;</span>
|
||||
@ -112,14 +112,14 @@
|
||||
with <code class="computeroutput"><span class="identifier">T</span></code>.
|
||||
</p>
|
||||
<a name="fusion.support.tag_of.header"></a><h5>
|
||||
<a name="id552574"></a>
|
||||
<a name="id667179"></a>
|
||||
<a class="link" href="tag_of.html#fusion.support.tag_of.header">Header</a>
|
||||
</h5>
|
||||
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">support</span><span class="special">/</span><span class="identifier">tag_of</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">tag_of</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
</pre>
|
||||
<a name="fusion.support.tag_of.example"></a><h5>
|
||||
<a name="id552682"></a>
|
||||
<a name="id667287"></a>
|
||||
<a class="link" href="tag_of.html#fusion.support.tag_of.example">Example</a>
|
||||
</h5>
|
||||
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">traits</span><span class="special">::</span><span class="identifier">tag_of</span><span class="special"><</span><a class="link" href="../container/list.html" title="list"><code class="computeroutput"><span class="identifier">list</span></code></a><span class="special"><></span> <span class="special">>::</span><span class="identifier">type</span> <span class="identifier">tag1</span><span class="special">;</span>
|
||||
|
Reference in New Issue
Block a user