forked from boostorg/fusion
added info on how to map to and from MPL
[SVN r47647]
This commit is contained in:
@ -26,14 +26,14 @@
|
||||
<div class="titlepage"><div><div><h4 class="title">
|
||||
<a name="fusion.iterator.metafunctions.advance"></a><a href="advance.html" title="advance">advance</a></h4></div></div></div>
|
||||
<a name="fusion.iterator.metafunctions.advance.description"></a><h5>
|
||||
<a name="id488030"></a>
|
||||
<a name="id488059"></a>
|
||||
<a href="advance.html#fusion.iterator.metafunctions.advance.description">Description</a>
|
||||
</h5>
|
||||
<p>
|
||||
Moves an iterator a specified distance.
|
||||
</p>
|
||||
<a name="fusion.iterator.metafunctions.advance.synopsis"></a><h5>
|
||||
<a name="id488062"></a>
|
||||
<a name="id488091"></a>
|
||||
<a href="advance.html#fusion.iterator.metafunctions.advance.synopsis">Synopsis</a>
|
||||
</h5>
|
||||
<pre class="programlisting">
|
||||
@ -47,7 +47,7 @@
|
||||
<span class="special">};</span>
|
||||
</pre>
|
||||
<div class="table">
|
||||
<a name="id488179"></a><p class="title"><b>Table<EFBFBD>1.17.<2E>Parameters</b></p>
|
||||
<a name="id488208"></a><p class="title"><b>Table<EFBFBD>1.17.<2E>Parameters</b></p>
|
||||
<table class="table" summary="Parameters">
|
||||
<colgroup>
|
||||
<col>
|
||||
@ -113,7 +113,7 @@
|
||||
</table>
|
||||
</div>
|
||||
<a name="fusion.iterator.metafunctions.advance.expression_semantics"></a><h5>
|
||||
<a name="id488325"></a>
|
||||
<a name="id488354"></a>
|
||||
<a href="advance.html#fusion.iterator.metafunctions.advance.expression_semantics">Expression
|
||||
Semantics</a>
|
||||
</h5>
|
||||
@ -133,7 +133,7 @@
|
||||
may be negative.
|
||||
</p>
|
||||
<a name="fusion.iterator.metafunctions.advance.header"></a><h5>
|
||||
<a name="id488504"></a>
|
||||
<a name="id488533"></a>
|
||||
<a href="advance.html#fusion.iterator.metafunctions.advance.header">Header</a>
|
||||
</h5>
|
||||
<pre class="programlisting">
|
||||
@ -141,7 +141,7 @@
|
||||
<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">advance</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
</pre>
|
||||
<a name="fusion.iterator.metafunctions.advance.example"></a><h5>
|
||||
<a name="id488662"></a>
|
||||
<a name="id488691"></a>
|
||||
<a href="advance.html#fusion.iterator.metafunctions.advance.example">Example</a>
|
||||
</h5>
|
||||
<pre class="programlisting">
|
||||
|
@ -26,14 +26,14 @@
|
||||
<div class="titlepage"><div><div><h4 class="title">
|
||||
<a name="fusion.iterator.metafunctions.advance_c"></a><a href="advance_c.html" title="advance_c">advance_c</a></h4></div></div></div>
|
||||
<a name="fusion.iterator.metafunctions.advance_c.description"></a><h5>
|
||||
<a name="id489123"></a>
|
||||
<a name="id489152"></a>
|
||||
<a href="advance_c.html#fusion.iterator.metafunctions.advance_c.description">Description</a>
|
||||
</h5>
|
||||
<p>
|
||||
Moves an iterator by a specified distance.
|
||||
</p>
|
||||
<a name="fusion.iterator.metafunctions.advance_c.synopsis"></a><h5>
|
||||
<a name="id489155"></a>
|
||||
<a name="id489183"></a>
|
||||
<a href="advance_c.html#fusion.iterator.metafunctions.advance_c.synopsis">Synopsis</a>
|
||||
</h5>
|
||||
<pre class="programlisting">
|
||||
@ -47,7 +47,7 @@
|
||||
<span class="special">};</span>
|
||||
</pre>
|
||||
<div class="table">
|
||||
<a name="id489273"></a><p class="title"><b>Table<EFBFBD>1.18.<2E>Parameters</b></p>
|
||||
<a name="id489302"></a><p class="title"><b>Table<EFBFBD>1.18.<2E>Parameters</b></p>
|
||||
<table class="table" summary="Parameters">
|
||||
<colgroup>
|
||||
<col>
|
||||
@ -112,7 +112,7 @@
|
||||
</table>
|
||||
</div>
|
||||
<a name="fusion.iterator.metafunctions.advance_c.expression_semantics"></a><h5>
|
||||
<a name="id489412"></a>
|
||||
<a name="id489440"></a>
|
||||
<a href="advance_c.html#fusion.iterator.metafunctions.advance_c.expression_semantics">Expression
|
||||
Semantics</a>
|
||||
</h5>
|
||||
@ -132,7 +132,7 @@
|
||||
may be negative. Equivalent to <tt class="computeroutput"><a href="advance.html" title="advance"><tt class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">advance</span></tt></a><span class="special"><</span><span class="identifier">I</span><span class="special">,</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">int_</span><span class="special"><</span><span class="identifier">N</span><span class="special">></span> <span class="special">>::</span><span class="identifier">type</span></tt>.
|
||||
</p>
|
||||
<a name="fusion.iterator.metafunctions.advance_c.header"></a><h5>
|
||||
<a name="id489692"></a>
|
||||
<a name="id489721"></a>
|
||||
<a href="advance_c.html#fusion.iterator.metafunctions.advance_c.header">Header</a>
|
||||
</h5>
|
||||
<pre class="programlisting">
|
||||
@ -140,7 +140,7 @@
|
||||
<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">advance</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
</pre>
|
||||
<a name="fusion.iterator.metafunctions.advance_c.example"></a><h5>
|
||||
<a name="id489850"></a>
|
||||
<a name="id489879"></a>
|
||||
<a href="advance_c.html#fusion.iterator.metafunctions.advance_c.example">Example</a>
|
||||
</h5>
|
||||
<pre class="programlisting">
|
||||
|
@ -26,14 +26,14 @@
|
||||
<div class="titlepage"><div><div><h4 class="title">
|
||||
<a name="fusion.iterator.metafunctions.deref"></a><a href="deref.html" title="deref">deref</a></h4></div></div></div>
|
||||
<a name="fusion.iterator.metafunctions.deref.description"></a><h5>
|
||||
<a name="id483123"></a>
|
||||
<a name="id483152"></a>
|
||||
<a href="deref.html#fusion.iterator.metafunctions.deref.description">Description</a>
|
||||
</h5>
|
||||
<p>
|
||||
Returns the type that will be returned by dereferencing an iterator.
|
||||
</p>
|
||||
<a name="fusion.iterator.metafunctions.deref.synposis"></a><h5>
|
||||
<a name="id483153"></a>
|
||||
<a name="id483183"></a>
|
||||
<a href="deref.html#fusion.iterator.metafunctions.deref.synposis">Synposis</a>
|
||||
</h5>
|
||||
<pre class="programlisting">
|
||||
@ -46,7 +46,7 @@
|
||||
<span class="special">};</span>
|
||||
</pre>
|
||||
<div class="table">
|
||||
<a name="id483254"></a><p class="title"><b>Table<EFBFBD>1.12.<2E>Parameters</b></p>
|
||||
<a name="id483283"></a><p class="title"><b>Table<EFBFBD>1.12.<2E>Parameters</b></p>
|
||||
<table class="table" summary="Parameters">
|
||||
<colgroup>
|
||||
<col>
|
||||
@ -92,7 +92,7 @@
|
||||
</table>
|
||||
</div>
|
||||
<a name="fusion.iterator.metafunctions.deref.expression_semantics"></a><h5>
|
||||
<a name="id483355"></a>
|
||||
<a name="id483385"></a>
|
||||
<a href="deref.html#fusion.iterator.metafunctions.deref.expression_semantics">Expression
|
||||
Semantics</a>
|
||||
</h5>
|
||||
@ -107,7 +107,7 @@
|
||||
an iterator of type <tt class="computeroutput"><span class="identifier">I</span></tt>.
|
||||
</p>
|
||||
<a name="fusion.iterator.metafunctions.deref.header"></a><h5>
|
||||
<a name="id483471"></a>
|
||||
<a name="id483500"></a>
|
||||
<a href="deref.html#fusion.iterator.metafunctions.deref.header">Header</a>
|
||||
</h5>
|
||||
<pre class="programlisting">
|
||||
@ -115,7 +115,7 @@
|
||||
<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">deref</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
</pre>
|
||||
<a name="fusion.iterator.metafunctions.deref.example"></a><h5>
|
||||
<a name="id483629"></a>
|
||||
<a name="id483658"></a>
|
||||
<a href="deref.html#fusion.iterator.metafunctions.deref.example">Example</a>
|
||||
</h5>
|
||||
<pre class="programlisting">
|
||||
|
@ -26,14 +26,14 @@
|
||||
<div class="titlepage"><div><div><h4 class="title">
|
||||
<a name="fusion.iterator.metafunctions.distance"></a><a href="distance.html" title="distance">distance</a></h4></div></div></div>
|
||||
<a name="fusion.iterator.metafunctions.distance.description"></a><h5>
|
||||
<a name="id487030"></a>
|
||||
<a name="id487059"></a>
|
||||
<a href="distance.html#fusion.iterator.metafunctions.distance.description">Description</a>
|
||||
</h5>
|
||||
<p>
|
||||
Returns the distance between two iterators.
|
||||
</p>
|
||||
<a name="fusion.iterator.metafunctions.distance.synopsis"></a><h5>
|
||||
<a name="id487061"></a>
|
||||
<a name="id487090"></a>
|
||||
<a href="distance.html#fusion.iterator.metafunctions.distance.synopsis">Synopsis</a>
|
||||
</h5>
|
||||
<pre class="programlisting">
|
||||
@ -47,7 +47,7 @@
|
||||
<span class="special">};</span>
|
||||
</pre>
|
||||
<div class="table">
|
||||
<a name="id487179"></a><p class="title"><b>Table<EFBFBD>1.16.<2E>Parameters</b></p>
|
||||
<a name="id487208"></a><p class="title"><b>Table<EFBFBD>1.16.<2E>Parameters</b></p>
|
||||
<table class="table" summary="Parameters">
|
||||
<colgroup>
|
||||
<col>
|
||||
@ -93,7 +93,7 @@
|
||||
</table>
|
||||
</div>
|
||||
<a name="fusion.iterator.metafunctions.distance.expression_semantics"></a><h5>
|
||||
<a name="id487293"></a>
|
||||
<a name="id487322"></a>
|
||||
<a href="distance.html#fusion.iterator.metafunctions.distance.expression_semantics">Expression
|
||||
Semantics</a>
|
||||
</h5>
|
||||
@ -110,7 +110,7 @@
|
||||
<tt class="computeroutput"><span class="identifier">J</span></tt>.
|
||||
</p>
|
||||
<a name="fusion.iterator.metafunctions.distance.header"></a><h5>
|
||||
<a name="id487438"></a>
|
||||
<a name="id487468"></a>
|
||||
<a href="distance.html#fusion.iterator.metafunctions.distance.header">Header</a>
|
||||
</h5>
|
||||
<pre class="programlisting">
|
||||
@ -118,7 +118,7 @@
|
||||
<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">distance</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
</pre>
|
||||
<a name="fusion.iterator.metafunctions.distance.example"></a><h5>
|
||||
<a name="id487597"></a>
|
||||
<a name="id487626"></a>
|
||||
<a href="distance.html#fusion.iterator.metafunctions.distance.example">Example</a>
|
||||
</h5>
|
||||
<pre class="programlisting">
|
||||
|
@ -26,7 +26,7 @@
|
||||
<div class="titlepage"><div><div><h4 class="title">
|
||||
<a name="fusion.iterator.metafunctions.equal_to"></a><a href="equal_to.html" title="equal_to">equal_to</a></h4></div></div></div>
|
||||
<a name="fusion.iterator.metafunctions.equal_to.description"></a><h5>
|
||||
<a name="id486015"></a>
|
||||
<a name="id486044"></a>
|
||||
<a href="equal_to.html#fusion.iterator.metafunctions.equal_to.description">Description</a>
|
||||
</h5>
|
||||
<p>
|
||||
@ -35,7 +35,7 @@
|
||||
and <tt class="computeroutput"><span class="identifier">J</span></tt> are equal.
|
||||
</p>
|
||||
<a name="fusion.iterator.metafunctions.equal_to.synopsis"></a><h5>
|
||||
<a name="id486078"></a>
|
||||
<a name="id486107"></a>
|
||||
<a href="equal_to.html#fusion.iterator.metafunctions.equal_to.synopsis">Synopsis</a>
|
||||
</h5>
|
||||
<pre class="programlisting">
|
||||
@ -49,7 +49,7 @@
|
||||
<span class="special">};</span>
|
||||
</pre>
|
||||
<div class="table">
|
||||
<a name="id486195"></a><p class="title"><b>Table<EFBFBD>1.15.<2E>Parameters</b></p>
|
||||
<a name="id486224"></a><p class="title"><b>Table<EFBFBD>1.15.<2E>Parameters</b></p>
|
||||
<table class="table" summary="Parameters">
|
||||
<colgroup>
|
||||
<col>
|
||||
@ -93,7 +93,7 @@
|
||||
</table>
|
||||
</div>
|
||||
<a name="fusion.iterator.metafunctions.equal_to.expression_semantics"></a><h5>
|
||||
<a name="id486299"></a>
|
||||
<a name="id486329"></a>
|
||||
<a href="equal_to.html#fusion.iterator.metafunctions.equal_to.expression_semantics">Expression
|
||||
Semantics</a>
|
||||
</h5>
|
||||
@ -110,7 +110,7 @@
|
||||
Returns <tt class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">false_</span></tt> otherwise.
|
||||
</p>
|
||||
<a name="fusion.iterator.metafunctions.equal_to.header"></a><h5>
|
||||
<a name="id486507"></a>
|
||||
<a name="id486536"></a>
|
||||
<a href="equal_to.html#fusion.iterator.metafunctions.equal_to.header">Header</a>
|
||||
</h5>
|
||||
<pre class="programlisting">
|
||||
@ -118,7 +118,7 @@
|
||||
<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">equal_to</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
</pre>
|
||||
<a name="fusion.iterator.metafunctions.equal_to.example"></a><h5>
|
||||
<a name="id486666"></a>
|
||||
<a name="id486695"></a>
|
||||
<a href="equal_to.html#fusion.iterator.metafunctions.equal_to.example">Example</a>
|
||||
</h5>
|
||||
<pre class="programlisting">
|
||||
|
@ -26,14 +26,14 @@
|
||||
<div class="titlepage"><div><div><h4 class="title">
|
||||
<a name="fusion.iterator.metafunctions.next"></a><a href="next.html" title="next">next</a></h4></div></div></div>
|
||||
<a name="fusion.iterator.metafunctions.next.description"></a><h5>
|
||||
<a name="id484210"></a>
|
||||
<a name="id484240"></a>
|
||||
<a href="next.html#fusion.iterator.metafunctions.next.description">Description</a>
|
||||
</h5>
|
||||
<p>
|
||||
Returns the type of the next iterator in a sequence.
|
||||
</p>
|
||||
<a name="fusion.iterator.metafunctions.next.synposis"></a><h5>
|
||||
<a name="id484241"></a>
|
||||
<a name="id484270"></a>
|
||||
<a href="next.html#fusion.iterator.metafunctions.next.synposis">Synposis</a>
|
||||
</h5>
|
||||
<pre class="programlisting">
|
||||
@ -46,7 +46,7 @@
|
||||
<span class="special">};</span>
|
||||
</pre>
|
||||
<div class="table">
|
||||
<a name="id484341"></a><p class="title"><b>Table<EFBFBD>1.13.<2E>Parameters</b></p>
|
||||
<a name="id484371"></a><p class="title"><b>Table<EFBFBD>1.13.<2E>Parameters</b></p>
|
||||
<table class="table" summary="Parameters">
|
||||
<colgroup>
|
||||
<col>
|
||||
@ -92,7 +92,7 @@
|
||||
</table>
|
||||
</div>
|
||||
<a name="fusion.iterator.metafunctions.next.expression_semantics"></a><h5>
|
||||
<a name="id484443"></a>
|
||||
<a name="id484472"></a>
|
||||
<a href="next.html#fusion.iterator.metafunctions.next.expression_semantics">Expression
|
||||
Semantics</a>
|
||||
</h5>
|
||||
@ -108,7 +108,7 @@
|
||||
next element in the sequence after <tt class="computeroutput"><span class="identifier">I</span></tt>.
|
||||
</p>
|
||||
<a name="fusion.iterator.metafunctions.next.header"></a><h5>
|
||||
<a name="id484569"></a>
|
||||
<a name="id484598"></a>
|
||||
<a href="next.html#fusion.iterator.metafunctions.next.header">Header</a>
|
||||
</h5>
|
||||
<pre class="programlisting">
|
||||
@ -116,7 +116,7 @@
|
||||
<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">next</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
</pre>
|
||||
<a name="fusion.iterator.metafunctions.next.example"></a><h5>
|
||||
<a name="id484727"></a>
|
||||
<a name="id484757"></a>
|
||||
<a href="next.html#fusion.iterator.metafunctions.next.example">Example</a>
|
||||
</h5>
|
||||
<pre class="programlisting">
|
||||
|
@ -26,14 +26,14 @@
|
||||
<div class="titlepage"><div><div><h4 class="title">
|
||||
<a name="fusion.iterator.metafunctions.prior"></a><a href="prior.html" title="prior">prior</a></h4></div></div></div>
|
||||
<a name="fusion.iterator.metafunctions.prior.description"></a><h5>
|
||||
<a name="id485034"></a>
|
||||
<a name="id485063"></a>
|
||||
<a href="prior.html#fusion.iterator.metafunctions.prior.description">Description</a>
|
||||
</h5>
|
||||
<p>
|
||||
Returns the type of the previous iterator in a sequence.
|
||||
</p>
|
||||
<a name="fusion.iterator.metafunctions.prior.synopsis"></a><h5>
|
||||
<a name="id485064"></a>
|
||||
<a name="id485094"></a>
|
||||
<a href="prior.html#fusion.iterator.metafunctions.prior.synopsis">Synopsis</a>
|
||||
</h5>
|
||||
<pre class="programlisting">
|
||||
@ -46,7 +46,7 @@
|
||||
<span class="special">};</span>
|
||||
</pre>
|
||||
<div class="table">
|
||||
<a name="id485165"></a><p class="title"><b>Table<EFBFBD>1.14.<2E>Parameters</b></p>
|
||||
<a name="id485194"></a><p class="title"><b>Table<EFBFBD>1.14.<2E>Parameters</b></p>
|
||||
<table class="table" summary="Parameters">
|
||||
<colgroup>
|
||||
<col>
|
||||
@ -92,7 +92,7 @@
|
||||
</table>
|
||||
</div>
|
||||
<a name="fusion.iterator.metafunctions.prior.expression_semantics"></a><h5>
|
||||
<a name="id485266"></a>
|
||||
<a name="id485295"></a>
|
||||
<a href="prior.html#fusion.iterator.metafunctions.prior.expression_semantics">Expression
|
||||
Semantics</a>
|
||||
</h5>
|
||||
@ -108,7 +108,7 @@
|
||||
previous element in the sequence before <tt class="computeroutput"><span class="identifier">I</span></tt>.
|
||||
</p>
|
||||
<a name="fusion.iterator.metafunctions.prior.header"></a><h5>
|
||||
<a name="id485393"></a>
|
||||
<a name="id485422"></a>
|
||||
<a href="prior.html#fusion.iterator.metafunctions.prior.header">Header</a>
|
||||
</h5>
|
||||
<pre class="programlisting">
|
||||
@ -116,7 +116,7 @@
|
||||
<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">prior</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
</pre>
|
||||
<a name="fusion.iterator.metafunctions.prior.example"></a><h5>
|
||||
<a name="id485551"></a>
|
||||
<a name="id485581"></a>
|
||||
<a href="prior.html#fusion.iterator.metafunctions.prior.example">Example</a>
|
||||
</h5>
|
||||
<pre class="programlisting">
|
||||
|
@ -26,14 +26,14 @@
|
||||
<div class="titlepage"><div><div><h4 class="title">
|
||||
<a name="fusion.iterator.metafunctions.value_of"></a><a href="value_of.html" title="value_of">value_of</a></h4></div></div></div>
|
||||
<a name="fusion.iterator.metafunctions.value_of.description"></a><h5>
|
||||
<a name="id482016"></a>
|
||||
<a name="id482045"></a>
|
||||
<a href="value_of.html#fusion.iterator.metafunctions.value_of.description">Description</a>
|
||||
</h5>
|
||||
<p>
|
||||
Returns the type stored at the position of an iterator.
|
||||
</p>
|
||||
<a name="fusion.iterator.metafunctions.value_of.synopsis"></a><h5>
|
||||
<a name="id482047"></a>
|
||||
<a name="id482077"></a>
|
||||
<a href="value_of.html#fusion.iterator.metafunctions.value_of.synopsis">Synopsis</a>
|
||||
</h5>
|
||||
<pre class="programlisting">
|
||||
@ -46,7 +46,7 @@
|
||||
<span class="special">};</span>
|
||||
</pre>
|
||||
<div class="table">
|
||||
<a name="id482146"></a><p class="title"><b>Table<EFBFBD>1.11.<2E>Parameters</b></p>
|
||||
<a name="id482176"></a><p class="title"><b>Table<EFBFBD>1.11.<2E>Parameters</b></p>
|
||||
<table class="table" summary="Parameters">
|
||||
<colgroup>
|
||||
<col>
|
||||
@ -92,7 +92,7 @@
|
||||
</table>
|
||||
</div>
|
||||
<a name="fusion.iterator.metafunctions.value_of.expression_semantics"></a><h5>
|
||||
<a name="id482247"></a>
|
||||
<a name="id482276"></a>
|
||||
<a href="value_of.html#fusion.iterator.metafunctions.value_of.expression_semantics">Expression
|
||||
Semantics</a>
|
||||
</h5>
|
||||
@ -107,7 +107,7 @@
|
||||
a sequence at iterator position <tt class="computeroutput"><span class="identifier">I</span></tt>.
|
||||
</p>
|
||||
<a name="fusion.iterator.metafunctions.value_of.header"></a><h5>
|
||||
<a name="id482361"></a>
|
||||
<a name="id482390"></a>
|
||||
<a href="value_of.html#fusion.iterator.metafunctions.value_of.header">Header</a>
|
||||
</h5>
|
||||
<pre class="programlisting">
|
||||
@ -115,7 +115,7 @@
|
||||
<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">value_of</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
</pre>
|
||||
<a name="fusion.iterator.metafunctions.value_of.example"></a><h5>
|
||||
<a name="id482519"></a>
|
||||
<a name="id482549"></a>
|
||||
<a href="value_of.html#fusion.iterator.metafunctions.value_of.example">Example</a>
|
||||
</h5>
|
||||
<pre class="programlisting">
|
||||
|
Reference in New Issue
Block a user