forked from boostorg/fusion
corrected reverse_view
[SVN r58299]
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>nview</title>
|
||||
<link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
|
||||
<link rel="home" href="../../index.html" title="Chapter<EFBFBD>1.<2E>Fusion 2.0">
|
||||
<link rel="home" href="../../index.html" title="Chapter 1. Fusion 2.0">
|
||||
<link rel="up" href="../view.html" title="View">
|
||||
<link rel="prev" href="reverse_view.html" title="reverse_view">
|
||||
<link rel="next" href="../adapted.html" title="Adapted">
|
||||
@@ -27,7 +27,7 @@
|
||||
<a name="fusion.view.nview"></a><a class="link" href="nview.html" title="nview">nview</a>
|
||||
</h3></div></div></div>
|
||||
<a name="fusion.view.nview.description"></a><h5>
|
||||
<a name="id735048"></a>
|
||||
<a name="id757013"></a>
|
||||
<a class="link" href="nview.html#fusion.view.nview.description">Description</a>
|
||||
</h5>
|
||||
<p>
|
||||
@@ -38,14 +38,14 @@
|
||||
and a list of indicies specifying the elements to iterate over.
|
||||
</p>
|
||||
<a name="fusion.view.nview.header"></a><h5>
|
||||
<a name="id735089"></a>
|
||||
<a name="id757054"></a>
|
||||
<a class="link" href="nview.html#fusion.view.nview.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">view</span><span class="special">/</span><span class="identifier">nview</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">nview</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
</pre>
|
||||
<a name="fusion.view.nview.synopsis"></a><h5>
|
||||
<a name="id736290"></a>
|
||||
<a name="id757162"></a>
|
||||
<a class="link" href="nview.html#fusion.view.nview.synopsis">Synopsis</a>
|
||||
</h5>
|
||||
<pre class="programlisting"><span class="keyword">template</span> <span class="special"><</span><span class="keyword">typename</span> <span class="identifier">Sequence</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">Indicies</span><span class="special">></span>
|
||||
@@ -56,7 +56,7 @@
|
||||
<span class="identifier">as_nview</span><span class="special">(</span><span class="identifier">Sequence</span><span class="special">&</span> <span class="identifier">s</span><span class="special">);</span>
|
||||
</pre>
|
||||
<a name="fusion.view.nview.template_parameters"></a><h5>
|
||||
<a name="id736497"></a>
|
||||
<a name="id757369"></a>
|
||||
<a class="link" href="nview.html#fusion.view.nview.template_parameters">Template parameters</a>
|
||||
</h5>
|
||||
<div class="informaltable"><table class="table">
|
||||
@@ -137,7 +137,7 @@
|
||||
</tbody>
|
||||
</table></div>
|
||||
<a name="fusion.view.nview.model_of"></a><h5>
|
||||
<a name="id736711"></a>
|
||||
<a name="id757583"></a>
|
||||
<a class="link" href="nview.html#fusion.view.nview.model_of">Model of</a>
|
||||
</h5>
|
||||
<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
|
||||
@@ -164,7 +164,7 @@
|
||||
</dl>
|
||||
</div>
|
||||
<a name="fusion.view.nview.expression_semantics"></a><h5>
|
||||
<a name="id736831"></a>
|
||||
<a name="id757703"></a>
|
||||
<a class="link" href="nview.html#fusion.view.nview.expression_semantics">Expression Semantics</a>
|
||||
</h5>
|
||||
<p>
|
||||
@@ -240,7 +240,7 @@
|
||||
of references to the elements of the original Fusion <a class="link" href="../sequence.html" title="Sequence">Sequence</a>
|
||||
</p>
|
||||
<a name="fusion.view.nview.example"></a><h5>
|
||||
<a name="id737073"></a>
|
||||
<a name="id757945"></a>
|
||||
<a class="link" href="nview.html#fusion.view.nview.example">Example</a>
|
||||
</h5>
|
||||
<pre class="programlisting"><span class="keyword">typedef</span> <a class="link" href="../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a><span class="special"><</span><span class="keyword">int</span><span class="special">,</span> <span class="keyword">char</span><span class="special">,</span> <span class="keyword">double</span><span class="special">></span> <span class="identifier">vec</span><span class="special">;</span>
|
||||
@@ -254,7 +254,7 @@
|
||||
</div>
|
||||
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
||||
<td align="left"></td>
|
||||
<td align="right"><div class="copyright-footer">Copyright <EFBFBD> 2001-2007 Joel de Guzman, Dan Marsden, Tobias
|
||||
<td align="right"><div class="copyright-footer">Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
|
||||
Schwinger<p>
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
|
||||
|
Reference in New Issue
Block a user