forked from boostorg/fusion
pair doc fix
[SVN r47527]
This commit is contained in:
@ -12,10 +12,10 @@
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
<table cellpadding="2" width="100%"><tr>
|
||||
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
|
||||
<td align="center"><a href="../../../../../../index.htm">Home</a></td>
|
||||
<td align="center"><a href="../../../../../../index.html">Home</a></td>
|
||||
<td align="center"><a href="../../../../../libraries.htm">Libraries</a></td>
|
||||
<td align="center"><a href="../../../../../../people/people.htm">People</a></td>
|
||||
<td align="center"><a href="../../../../../../more/faq.htm">FAQ</a></td>
|
||||
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
|
||||
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
|
||||
<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
|
||||
</tr></table>
|
||||
<hr>
|
||||
@ -35,7 +35,7 @@
|
||||
Traversal Concept</a>) of its underlying sequence or sequences.
|
||||
</p>
|
||||
<a name="fusion.view.transform_view.header"></a><h4>
|
||||
<a name="id570320"></a>
|
||||
<a name="id570140"></a>
|
||||
<a href="transform_view.html#fusion.view.transform_view.header">Header</a>
|
||||
</h4>
|
||||
<pre class="programlisting">
|
||||
@ -43,7 +43,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">transform_view</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
</pre>
|
||||
<a name="fusion.view.transform_view.synopsis"></a><h4>
|
||||
<a name="id570478"></a>
|
||||
<a name="id570298"></a>
|
||||
<a href="transform_view.html#fusion.view.transform_view.synopsis">Synopsis</a>
|
||||
</h4>
|
||||
<p>
|
||||
@ -61,7 +61,7 @@
|
||||
<span class="keyword">struct</span> <span class="identifier">transform_view</span><span class="special">;</span>
|
||||
</pre>
|
||||
<a name="fusion.view.transform_view.template_parameters"></a><h4>
|
||||
<a name="id570686"></a>
|
||||
<a name="id570505"></a>
|
||||
<a href="transform_view.html#fusion.view.transform_view.template_parameters">Template parameters</a>
|
||||
</h4>
|
||||
<div class="informaltable"><table class="table">
|
||||
@ -183,7 +183,7 @@
|
||||
</tbody>
|
||||
</table></div>
|
||||
<a name="fusion.view.transform_view.model_of"></a><h4>
|
||||
<a name="id571151"></a>
|
||||
<a name="id570971"></a>
|
||||
<a href="transform_view.html#fusion.view.transform_view.model_of">Model of</a>
|
||||
</h4>
|
||||
<div class="itemizedlist"><ul type="disc"><li>
|
||||
@ -242,7 +242,7 @@
|
||||
</dl>
|
||||
</div>
|
||||
<a name="fusion.view.transform_view.expression_semantics"></a><h4>
|
||||
<a name="id571552"></a>
|
||||
<a name="id571372"></a>
|
||||
<a href="transform_view.html#fusion.view.transform_view.expression_semantics">Expression
|
||||
Semantics</a>
|
||||
</h4>
|
||||
@ -337,7 +337,7 @@
|
||||
</tbody>
|
||||
</table></div>
|
||||
<a name="fusion.view.transform_view.example"></a><h4>
|
||||
<a name="id572032"></a>
|
||||
<a name="id571851"></a>
|
||||
<a href="transform_view.html#fusion.view.transform_view.example">Example</a>
|
||||
</h4>
|
||||
<pre class="programlisting">
|
||||
|
Reference in New Issue
Block a user