forked from boostorg/fusion
Doc Tweaks
[SVN r35130]
This commit is contained in:
@ -26,7 +26,7 @@
|
||||
<div class="titlepage"><div><div><h4 class="title">
|
||||
<a name="fusion.sequences.views.filter_view"></a><a href="filter_view.html" title="filter_view">filter_view</a></h4></div></div></div>
|
||||
<a name="fusion.sequences.views.filter_view.description"></a><h5>
|
||||
<a name="id487069"></a>
|
||||
<a name="id491452"></a>
|
||||
<a href="filter_view.html#fusion.sequences.views.filter_view.description">Description</a>
|
||||
</h5>
|
||||
<p>
|
||||
@ -37,14 +37,14 @@
|
||||
only those elements for which its predicate evaluates to <tt class="computeroutput"><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">true_</span></tt>.
|
||||
</p>
|
||||
<a name="fusion.sequences.views.filter_view.header"></a><h5>
|
||||
<a name="id487149"></a>
|
||||
<a name="id491532"></a>
|
||||
<a href="filter_view.html#fusion.sequences.views.filter_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">sequence</span><span class="special">/</span><span class="identifier">view</span><span class="special">/</span><span class="identifier">filter_view</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
</pre>
|
||||
<a name="fusion.sequences.views.filter_view.synopsis"></a><h5>
|
||||
<a name="id487253"></a>
|
||||
<a name="id491636"></a>
|
||||
<a href="filter_view.html#fusion.sequences.views.filter_view.synopsis">Synopsis</a>
|
||||
</h5>
|
||||
<pre class="programlisting">
|
||||
@ -52,13 +52,13 @@
|
||||
<span class="keyword">struct</span> <span class="identifier">filter_view</span><span class="special">;</span>
|
||||
</pre>
|
||||
<a name="fusion.sequences.views.filter_view.template_parameters"></a><h5>
|
||||
<a name="id487349"></a>
|
||||
<a name="id491732"></a>
|
||||
<a href="filter_view.html#fusion.sequences.views.filter_view.template_parameters">Template
|
||||
parameters</a>
|
||||
</h5>
|
||||
<div class="informaltable">
|
||||
<h4>
|
||||
<a name="id487371"></a>
|
||||
<a name="id491755"></a>
|
||||
</h4>
|
||||
<table class="table">
|
||||
<colgroup>
|
||||
@ -92,7 +92,7 @@
|
||||
</table>
|
||||
</div>
|
||||
<a name="fusion.sequences.views.filter_view.model_of"></a><h5>
|
||||
<a name="id487476"></a>
|
||||
<a name="id491860"></a>
|
||||
<a href="filter_view.html#fusion.sequences.views.filter_view.model_of">Model of</a>
|
||||
</h5>
|
||||
<div class="itemizedlist"><ul type="disc"><li><a href="../concepts/forward_sequence.html" title="Forward
|
||||
@ -118,7 +118,7 @@
|
||||
</dl>
|
||||
</div>
|
||||
<a name="fusion.sequences.views.filter_view.expression_semantics"></a><h5>
|
||||
<a name="id487619"></a>
|
||||
<a name="id492003"></a>
|
||||
<a href="filter_view.html#fusion.sequences.views.filter_view.expression_semantics">Expression
|
||||
Semantics</a>
|
||||
</h5>
|
||||
@ -130,7 +130,7 @@
|
||||
</p>
|
||||
<div class="informaltable">
|
||||
<h4>
|
||||
<a name="id487657"></a>
|
||||
<a name="id492041"></a>
|
||||
</h4>
|
||||
<table class="table">
|
||||
<colgroup>
|
||||
@ -165,7 +165,7 @@
|
||||
</table>
|
||||
</div>
|
||||
<a name="fusion.sequences.views.filter_view.example"></a><h5>
|
||||
<a name="id487884"></a>
|
||||
<a name="id492268"></a>
|
||||
<a href="filter_view.html#fusion.sequences.views.filter_view.example">Example</a>
|
||||
</h5>
|
||||
<pre class="programlisting">
|
||||
|
@ -26,7 +26,7 @@
|
||||
<div class="titlepage"><div><div><h4 class="title">
|
||||
<a name="fusion.sequences.views.iterator_range"></a><a href="iterator_range.html" title="iterator_range">iterator_range</a></h4></div></div></div>
|
||||
<a name="fusion.sequences.views.iterator_range.description"></a><h5>
|
||||
<a name="id488360"></a>
|
||||
<a name="id492744"></a>
|
||||
<a href="iterator_range.html#fusion.sequences.views.iterator_range.description">Description</a>
|
||||
</h5>
|
||||
<p>
|
||||
@ -34,14 +34,14 @@
|
||||
a sub-range of its underlying sequence delimited by a pair of iterators.
|
||||
</p>
|
||||
<a name="fusion.sequences.views.iterator_range.header"></a><h5>
|
||||
<a name="id488402"></a>
|
||||
<a name="id492787"></a>
|
||||
<a href="iterator_range.html#fusion.sequences.views.iterator_range.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">sequence</span><span class="special">/</span><span class="identifier">view</span><span class="special">/</span><span class="identifier">iterator_range</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
</pre>
|
||||
<a name="fusion.sequences.views.iterator_range.synopsis"></a><h5>
|
||||
<a name="id488507"></a>
|
||||
<a name="id492891"></a>
|
||||
<a href="iterator_range.html#fusion.sequences.views.iterator_range.synopsis">Synopsis</a>
|
||||
</h5>
|
||||
<pre class="programlisting">
|
||||
@ -49,13 +49,13 @@
|
||||
<span class="keyword">struct</span> <span class="identifier">iterator_range</span><span class="special">;</span>
|
||||
</pre>
|
||||
<a name="fusion.sequences.views.iterator_range.template_parameters"></a><h5>
|
||||
<a name="id488603"></a>
|
||||
<a name="id492988"></a>
|
||||
<a href="iterator_range.html#fusion.sequences.views.iterator_range.template_parameters">Template
|
||||
parameters</a>
|
||||
</h5>
|
||||
<div class="informaltable">
|
||||
<h4>
|
||||
<a name="id488626"></a>
|
||||
<a name="id493010"></a>
|
||||
</h4>
|
||||
<table class="table">
|
||||
<colgroup>
|
||||
@ -87,7 +87,7 @@
|
||||
</table>
|
||||
</div>
|
||||
<a name="fusion.sequences.views.iterator_range.model_of"></a><h5>
|
||||
<a name="id488721"></a>
|
||||
<a name="id493105"></a>
|
||||
<a href="iterator_range.html#fusion.sequences.views.iterator_range.model_of">Model of</a>
|
||||
</h5>
|
||||
<div class="itemizedlist"><ul type="disc"><li><a href="../concepts/forward_sequence.html" title="Forward
|
||||
@ -115,7 +115,7 @@
|
||||
</dl>
|
||||
</div>
|
||||
<a name="fusion.sequences.views.iterator_range.expression_semantics"></a><h5>
|
||||
<a name="id488892"></a>
|
||||
<a name="id493276"></a>
|
||||
<a href="iterator_range.html#fusion.sequences.views.iterator_range.expression_semantics">Expression
|
||||
Semantics</a>
|
||||
</h5>
|
||||
@ -127,7 +127,7 @@
|
||||
</p>
|
||||
<div class="informaltable">
|
||||
<h4>
|
||||
<a name="id488930"></a>
|
||||
<a name="id493314"></a>
|
||||
</h4>
|
||||
<table class="table">
|
||||
<colgroup>
|
||||
@ -165,7 +165,7 @@
|
||||
</table>
|
||||
</div>
|
||||
<a name="fusion.sequences.views.iterator_range.example"></a><h5>
|
||||
<a name="id489179"></a>
|
||||
<a name="id493562"></a>
|
||||
<a href="iterator_range.html#fusion.sequences.views.iterator_range.example">Example</a>
|
||||
</h5>
|
||||
<pre class="programlisting">
|
||||
|
@ -26,7 +26,7 @@
|
||||
<div class="titlepage"><div><div><h4 class="title">
|
||||
<a name="fusion.sequences.views.joint_view"></a><a href="joint_view.html" title="joint_view">joint_view</a></h4></div></div></div>
|
||||
<a name="fusion.sequences.views.joint_view.description"></a><h5>
|
||||
<a name="id489846"></a>
|
||||
<a name="id494230"></a>
|
||||
<a href="joint_view.html#fusion.sequences.views.joint_view.description">Description</a>
|
||||
</h5>
|
||||
<p>
|
||||
@ -34,14 +34,14 @@
|
||||
which is a concatenation of two sequences.
|
||||
</p>
|
||||
<a name="fusion.sequences.views.joint_view.header"></a><h5>
|
||||
<a name="id489887"></a>
|
||||
<a name="id494271"></a>
|
||||
<a href="joint_view.html#fusion.sequences.views.joint_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">sequence</span><span class="special">/</span><span class="identifier">view</span><span class="special">/</span><span class="identifier">joint_view</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
</pre>
|
||||
<a name="fusion.sequences.views.joint_view.synopsis"></a><h5>
|
||||
<a name="id489992"></a>
|
||||
<a name="id494376"></a>
|
||||
<a href="joint_view.html#fusion.sequences.views.joint_view.synopsis">Synopsis</a>
|
||||
</h5>
|
||||
<pre class="programlisting">
|
||||
@ -49,13 +49,13 @@
|
||||
<span class="keyword">struct</span> <span class="identifier">joint_view</span><span class="special">;</span>
|
||||
</pre>
|
||||
<a name="fusion.sequences.views.joint_view.template_parameters"></a><h5>
|
||||
<a name="id490088"></a>
|
||||
<a name="id494472"></a>
|
||||
<a href="joint_view.html#fusion.sequences.views.joint_view.template_parameters">Template
|
||||
parameters</a>
|
||||
</h5>
|
||||
<div class="informaltable">
|
||||
<h4>
|
||||
<a name="id490110"></a>
|
||||
<a name="id494494"></a>
|
||||
</h4>
|
||||
<table class="table">
|
||||
<colgroup>
|
||||
@ -91,7 +91,7 @@
|
||||
</table>
|
||||
</div>
|
||||
<a name="fusion.sequences.views.joint_view.model_of"></a><h5>
|
||||
<a name="id490206"></a>
|
||||
<a name="id494590"></a>
|
||||
<a href="joint_view.html#fusion.sequences.views.joint_view.model_of">Model of</a>
|
||||
</h5>
|
||||
<div class="itemizedlist"><ul type="disc"><li><a href="../concepts/forward_sequence.html" title="Forward
|
||||
@ -119,7 +119,7 @@
|
||||
</dl>
|
||||
</div>
|
||||
<a name="fusion.sequences.views.joint_view.expression_semantics"></a><h5>
|
||||
<a name="id490377"></a>
|
||||
<a name="id494761"></a>
|
||||
<a href="joint_view.html#fusion.sequences.views.joint_view.expression_semantics">Expression
|
||||
Semantics</a>
|
||||
</h5>
|
||||
@ -131,7 +131,7 @@
|
||||
</p>
|
||||
<div class="informaltable">
|
||||
<h4>
|
||||
<a name="id490414"></a>
|
||||
<a name="id494798"></a>
|
||||
</h4>
|
||||
<table class="table">
|
||||
<colgroup>
|
||||
@ -166,7 +166,7 @@
|
||||
</table>
|
||||
</div>
|
||||
<a name="fusion.sequences.views.joint_view.example"></a><h5>
|
||||
<a name="id490662"></a>
|
||||
<a name="id495046"></a>
|
||||
<a href="joint_view.html#fusion.sequences.views.joint_view.example">Example</a>
|
||||
</h5>
|
||||
<pre class="programlisting">
|
||||
|
@ -31,14 +31,14 @@
|
||||
and the last element will be its first.
|
||||
</p>
|
||||
<a name="fusion.sequences.views.reverse_view.header"></a><h5>
|
||||
<a name="id494045"></a>
|
||||
<a name="id498427"></a>
|
||||
<a href="reverse_view.html#fusion.sequences.views.reverse_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">sequence</span><span class="special">/</span><span class="identifier">view</span><span class="special">/</span><span class="identifier">reverse_view</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
</pre>
|
||||
<a name="fusion.sequences.views.reverse_view.synopsis"></a><h5>
|
||||
<a name="id494148"></a>
|
||||
<a name="id498531"></a>
|
||||
<a href="reverse_view.html#fusion.sequences.views.reverse_view.synopsis">Synopsis</a>
|
||||
</h5>
|
||||
<pre class="programlisting">
|
||||
@ -46,13 +46,13 @@
|
||||
<span class="keyword">struct</span> <span class="identifier">reverse_view</span><span class="special">;</span>
|
||||
</pre>
|
||||
<a name="fusion.sequences.views.reverse_view.template_parameters"></a><h5>
|
||||
<a name="id494226"></a>
|
||||
<a name="id498609"></a>
|
||||
<a href="reverse_view.html#fusion.sequences.views.reverse_view.template_parameters">Template
|
||||
parameters</a>
|
||||
</h5>
|
||||
<div class="informaltable">
|
||||
<h4>
|
||||
<a name="id494249"></a>
|
||||
<a name="id498631"></a>
|
||||
</h4>
|
||||
<table class="table">
|
||||
<colgroup>
|
||||
@ -77,7 +77,7 @@
|
||||
</table>
|
||||
</div>
|
||||
<a name="fusion.sequences.views.reverse_view.model_of"></a><h5>
|
||||
<a name="id494318"></a>
|
||||
<a name="id498700"></a>
|
||||
<a href="reverse_view.html#fusion.sequences.views.reverse_view.model_of">Model of</a>
|
||||
</h5>
|
||||
<div class="itemizedlist"><ul type="disc"><li><a href="../concepts/bidirectional_sequence.html" title="Bidirectional
|
||||
@ -102,7 +102,7 @@
|
||||
</dl>
|
||||
</div>
|
||||
<a name="fusion.sequences.views.reverse_view.expression_semantics"></a><h5>
|
||||
<a name="id494462"></a>
|
||||
<a name="id498844"></a>
|
||||
<a href="reverse_view.html#fusion.sequences.views.reverse_view.expression_semantics">Expression
|
||||
Semantics</a>
|
||||
</h5>
|
||||
@ -114,7 +114,7 @@
|
||||
</p>
|
||||
<div class="informaltable">
|
||||
<h4>
|
||||
<a name="id494500"></a>
|
||||
<a name="id498883"></a>
|
||||
</h4>
|
||||
<table class="table">
|
||||
<colgroup>
|
||||
@ -148,7 +148,7 @@
|
||||
</table>
|
||||
</div>
|
||||
<a name="fusion.sequences.views.reverse_view.example"></a><h5>
|
||||
<a name="id494727"></a>
|
||||
<a name="id499109"></a>
|
||||
<a href="reverse_view.html#fusion.sequences.views.reverse_view.example">Example</a>
|
||||
</h5>
|
||||
<pre class="programlisting">
|
||||
|
@ -30,14 +30,14 @@
|
||||
a value as a single element sequence.
|
||||
</p>
|
||||
<a name="fusion.sequences.views.single_view.header"></a><h5>
|
||||
<a name="id486250"></a>
|
||||
<a name="id490634"></a>
|
||||
<a href="single_view.html#fusion.sequences.views.single_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">sequence</span><span class="special">/</span><span class="identifier">view</span><span class="special">/</span><span class="identifier">single_view</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
</pre>
|
||||
<a name="fusion.sequences.views.single_view.synopsis"></a><h5>
|
||||
<a name="id486354"></a>
|
||||
<a name="id490737"></a>
|
||||
<a href="single_view.html#fusion.sequences.views.single_view.synopsis">Synopsis</a>
|
||||
</h5>
|
||||
<pre class="programlisting">
|
||||
@ -45,13 +45,13 @@
|
||||
<span class="keyword">struct</span> <span class="identifier">single_view</span><span class="special">;</span>
|
||||
</pre>
|
||||
<a name="fusion.sequences.views.single_view.template_parameters"></a><h5>
|
||||
<a name="id486432"></a>
|
||||
<a name="id490816"></a>
|
||||
<a href="single_view.html#fusion.sequences.views.single_view.template_parameters">Template
|
||||
parameters</a>
|
||||
</h5>
|
||||
<div class="informaltable">
|
||||
<h4>
|
||||
<a name="id486454"></a>
|
||||
<a name="id490838"></a>
|
||||
</h4>
|
||||
<table class="table">
|
||||
<colgroup>
|
||||
@ -73,7 +73,7 @@
|
||||
</table>
|
||||
</div>
|
||||
<a name="fusion.sequences.views.single_view.model_of"></a><h5>
|
||||
<a name="id486516"></a>
|
||||
<a name="id490899"></a>
|
||||
<a href="single_view.html#fusion.sequences.views.single_view.model_of">Model of</a>
|
||||
</h5>
|
||||
<div class="itemizedlist"><ul type="disc"><li><a href="../concepts/forward_sequence.html" title="Forward
|
||||
@ -97,7 +97,7 @@
|
||||
</dl>
|
||||
</div>
|
||||
<a name="fusion.sequences.views.single_view.expression_semantics"></a><h5>
|
||||
<a name="id486658"></a>
|
||||
<a name="id491041"></a>
|
||||
<a href="single_view.html#fusion.sequences.views.single_view.expression_semantics">Expression
|
||||
Semantics</a>
|
||||
</h5>
|
||||
@ -109,7 +109,7 @@
|
||||
</p>
|
||||
<div class="informaltable">
|
||||
<h4>
|
||||
<a name="id486695"></a>
|
||||
<a name="id491078"></a>
|
||||
</h4>
|
||||
<table class="table">
|
||||
<colgroup>
|
||||
@ -144,7 +144,7 @@
|
||||
</table>
|
||||
</div>
|
||||
<a name="fusion.sequences.views.single_view.example"></a><h5>
|
||||
<a name="id486920"></a>
|
||||
<a name="id491303"></a>
|
||||
<a href="single_view.html#fusion.sequences.views.single_view.example">Example</a>
|
||||
</h5>
|
||||
<pre class="programlisting">
|
||||
|
@ -34,14 +34,14 @@
|
||||
Traversal Concept</a>) of its underlying sequence.
|
||||
</p>
|
||||
<a name="fusion.sequences.views.transform_view.header"></a><h5>
|
||||
<a name="id492293"></a>
|
||||
<a name="id496676"></a>
|
||||
<a href="transform_view.html#fusion.sequences.views.transform_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">sequence</span><span class="special">/</span><span class="identifier">view</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.sequences.views.transform_view.synopsis"></a><h5>
|
||||
<a name="id492397"></a>
|
||||
<a name="id496781"></a>
|
||||
<a href="transform_view.html#fusion.sequences.views.transform_view.synopsis">Synopsis</a>
|
||||
</h5>
|
||||
<p>
|
||||
@ -59,13 +59,13 @@
|
||||
<span class="keyword">struct</span> <span class="identifier">transform_view</span><span class="special">;</span>
|
||||
</pre>
|
||||
<a name="fusion.sequences.views.transform_view.template_parameters"></a><h5>
|
||||
<a name="id492601"></a>
|
||||
<a name="id496985"></a>
|
||||
<a href="transform_view.html#fusion.sequences.views.transform_view.template_parameters">Template
|
||||
parameters</a>
|
||||
</h5>
|
||||
<div class="informaltable">
|
||||
<h4>
|
||||
<a name="id492625"></a>
|
||||
<a name="id497007"></a>
|
||||
</h4>
|
||||
<table class="table">
|
||||
<colgroup>
|
||||
@ -119,7 +119,7 @@
|
||||
</table>
|
||||
</div>
|
||||
<a name="fusion.sequences.views.transform_view.model_of"></a><h5>
|
||||
<a name="id492777"></a>
|
||||
<a name="id497160"></a>
|
||||
<a href="transform_view.html#fusion.sequences.views.transform_view.model_of">Model of</a>
|
||||
</h5>
|
||||
<div class="itemizedlist"><ul type="disc"><li>
|
||||
@ -174,7 +174,7 @@
|
||||
</dl>
|
||||
</div>
|
||||
<a name="fusion.sequences.views.transform_view.expression_semantics"></a><h5>
|
||||
<a name="id493091"></a>
|
||||
<a name="id497474"></a>
|
||||
<a href="transform_view.html#fusion.sequences.views.transform_view.expression_semantics">Expression
|
||||
Semantics</a>
|
||||
</h5>
|
||||
@ -192,7 +192,7 @@
|
||||
</p>
|
||||
<div class="informaltable">
|
||||
<h4>
|
||||
<a name="id493159"></a>
|
||||
<a name="id497542"></a>
|
||||
</h4>
|
||||
<table class="table">
|
||||
<colgroup>
|
||||
@ -242,7 +242,7 @@
|
||||
</table>
|
||||
</div>
|
||||
<a name="fusion.sequences.views.transform_view.example"></a><h5>
|
||||
<a name="id493525"></a>
|
||||
<a name="id497907"></a>
|
||||
<a href="transform_view.html#fusion.sequences.views.transform_view.example">Example</a>
|
||||
</h5>
|
||||
<pre class="programlisting">
|
||||
|
@ -26,7 +26,7 @@
|
||||
<div class="titlepage"><div><div><h4 class="title">
|
||||
<a name="fusion.sequences.views.zip_view"></a><a href="zip_view.html" title="zip_view">zip_view</a></h4></div></div></div>
|
||||
<a name="fusion.sequences.views.zip_view.description"></a><h5>
|
||||
<a name="id491078"></a>
|
||||
<a name="id495462"></a>
|
||||
<a href="zip_view.html#fusion.sequences.views.zip_view.description">Description</a>
|
||||
</h5>
|
||||
<p>
|
||||
@ -37,14 +37,14 @@
|
||||
of references to the component <span class="underline">_sequence</span>_s.
|
||||
</p>
|
||||
<a name="fusion.sequences.views.zip_view.header"></a><h5>
|
||||
<a name="id491151"></a>
|
||||
<a name="id495534"></a>
|
||||
<a href="zip_view.html#fusion.sequences.views.zip_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">sequence</span><span class="special">/</span><span class="identifier">view</span><span class="special">/</span><span class="identifier">zip_view</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
</pre>
|
||||
<a name="fusion.sequences.views.zip_view.synopsis"></a><h5>
|
||||
<a name="id491256"></a>
|
||||
<a name="id495640"></a>
|
||||
<a href="zip_view.html#fusion.sequences.views.zip_view.synopsis">Synopsis</a>
|
||||
</h5>
|
||||
<pre class="programlisting">
|
||||
@ -52,13 +52,13 @@
|
||||
<span class="keyword">struct</span> <span class="identifier">zip_view</span><span class="special">;</span>
|
||||
</pre>
|
||||
<a name="fusion.sequences.views.zip_view.template_parameters"></a><h5>
|
||||
<a name="id491334"></a>
|
||||
<a name="id495718"></a>
|
||||
<a href="zip_view.html#fusion.sequences.views.zip_view.template_parameters">Template
|
||||
parameters</a>
|
||||
</h5>
|
||||
<div class="informaltable">
|
||||
<h4>
|
||||
<a name="id491357"></a>
|
||||
<a name="id495740"></a>
|
||||
</h4>
|
||||
<table class="table">
|
||||
<colgroup>
|
||||
@ -82,7 +82,7 @@
|
||||
</table>
|
||||
</div>
|
||||
<a name="fusion.sequences.views.zip_view.model_of"></a><h5>
|
||||
<a name="id491434"></a>
|
||||
<a name="id495818"></a>
|
||||
<a href="zip_view.html#fusion.sequences.views.zip_view.model_of">Model of</a>
|
||||
</h5>
|
||||
<div class="itemizedlist"><ul type="disc"><li><a href="../concepts/forward_sequence.html" title="Forward
|
||||
@ -106,7 +106,7 @@
|
||||
</dl>
|
||||
</div>
|
||||
<a name="fusion.sequences.views.zip_view.expression_semantics"></a><h5>
|
||||
<a name="id491577"></a>
|
||||
<a name="id495961"></a>
|
||||
<a href="zip_view.html#fusion.sequences.views.zip_view.expression_semantics">Expression
|
||||
Semantics</a>
|
||||
</h5>
|
||||
@ -118,7 +118,7 @@
|
||||
</p>
|
||||
<div class="informaltable">
|
||||
<h4>
|
||||
<a name="id491614"></a>
|
||||
<a name="id495998"></a>
|
||||
</h4>
|
||||
<table class="table">
|
||||
<colgroup>
|
||||
@ -152,7 +152,7 @@
|
||||
</table>
|
||||
</div>
|
||||
<a name="fusion.sequences.views.zip_view.example"></a><h5>
|
||||
<a name="id491837"></a>
|
||||
<a name="id496221"></a>
|
||||
<a href="zip_view.html#fusion.sequences.views.zip_view.example">Example</a>
|
||||
</h5>
|
||||
<pre class="programlisting">
|
||||
|
Reference in New Issue
Block a user