forked from boostorg/fusion
Documentation fix + stuff
[SVN r36122]
This commit is contained in:
@ -26,14 +26,14 @@
|
||||
<div class="titlepage"><div><div><h4 class="title">
|
||||
<a name="fusion.iterators.metafunctions.deref"></a><a href="deref.html" title="deref">deref</a></h4></div></div></div>
|
||||
<a name="fusion.iterators.metafunctions.deref.description"></a><h5>
|
||||
<a name="id469508"></a>
|
||||
<a name="id470064"></a>
|
||||
<a href="deref.html#fusion.iterators.metafunctions.deref.description">Description</a>
|
||||
</h5>
|
||||
<p>
|
||||
Returns the type that will be returned by dereferencing an iterator.
|
||||
</p>
|
||||
<a name="fusion.iterators.metafunctions.deref.synposis"></a><h5>
|
||||
<a name="id469540"></a>
|
||||
<a name="id470095"></a>
|
||||
<a href="deref.html#fusion.iterators.metafunctions.deref.synposis">Synposis</a>
|
||||
</h5>
|
||||
<pre class="programlisting">
|
||||
@ -46,7 +46,7 @@
|
||||
<span class="special">};</span>
|
||||
</pre>
|
||||
<div class="table">
|
||||
<a name="id469638"></a><p class="title"><b>Table<EFBFBD>1.12.<2E>Parameters</b></p>
|
||||
<a name="id470193"></a><p class="title"><b>Table<EFBFBD>1.12.<2E>Parameters</b></p>
|
||||
<table class="table" summary="Parameters">
|
||||
<colgroup>
|
||||
<col>
|
||||
@ -70,7 +70,7 @@
|
||||
</table>
|
||||
</div>
|
||||
<a name="fusion.iterators.metafunctions.deref.expression_semantics"></a><h5>
|
||||
<a name="id469711"></a>
|
||||
<a name="id470266"></a>
|
||||
<a href="deref.html#fusion.iterators.metafunctions.deref.expression_semantics">Expression
|
||||
Semantics</a>
|
||||
</h5>
|
||||
@ -85,14 +85,14 @@
|
||||
an iterator of type <tt class="computeroutput"><span class="identifier">I</span></tt>.
|
||||
</p>
|
||||
<a name="fusion.iterators.metafunctions.deref.header"></a><h5>
|
||||
<a name="id469822"></a>
|
||||
<a name="id470378"></a>
|
||||
<a href="deref.html#fusion.iterators.metafunctions.deref.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">iterator</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.iterators.metafunctions.deref.example"></a><h5>
|
||||
<a name="id469917"></a>
|
||||
<a name="id470472"></a>
|
||||
<a href="deref.html#fusion.iterators.metafunctions.deref.example">Example</a>
|
||||
</h5>
|
||||
<pre class="programlisting">
|
||||
|
Reference in New Issue
Block a user