forked from boostorg/fusion
fix for #2355: discrepancy between std::accumulate and fusion::accumulate
[SVN r57125]
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<title>transform_view</title>
|
||||
<link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.75.0">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
|
||||
<link rel="home" href="../../index.html" title="Chapter<65>1.<2E>Fusion 2.0">
|
||||
<link rel="up" href="../view.html" title="View">
|
||||
<link rel="prev" href="zip_view.html" title="zip_view">
|
||||
@ -36,14 +36,14 @@
|
||||
Traversal Concept</a>) of its underlying sequence or sequences.
|
||||
</p>
|
||||
<a name="fusion.view.transform_view.header"></a><h5>
|
||||
<a name="id661330"></a>
|
||||
<a name="id776180"></a>
|
||||
<a class="link" href="transform_view.html#fusion.view.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">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>
|
||||
<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><h5>
|
||||
<a name="id661438"></a>
|
||||
<a name="id776288"></a>
|
||||
<a class="link" href="transform_view.html#fusion.view.transform_view.synopsis">Synopsis</a>
|
||||
</h5>
|
||||
<p>
|
||||
@ -59,7 +59,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><h5>
|
||||
<a name="id661584"></a>
|
||||
<a name="id776435"></a>
|
||||
<a class="link" href="transform_view.html#fusion.view.transform_view.template_parameters">Template parameters</a>
|
||||
</h5>
|
||||
<div class="informaltable"><table class="table">
|
||||
@ -178,7 +178,7 @@
|
||||
</tbody>
|
||||
</table></div>
|
||||
<a name="fusion.view.transform_view.model_of"></a><h5>
|
||||
<a name="id661931"></a>
|
||||
<a name="id777775"></a>
|
||||
<a class="link" href="transform_view.html#fusion.view.transform_view.model_of">Model of</a>
|
||||
</h5>
|
||||
<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
|
||||
@ -234,7 +234,7 @@
|
||||
</dl>
|
||||
</div>
|
||||
<a name="fusion.view.transform_view.expression_semantics"></a><h5>
|
||||
<a name="id662213"></a>
|
||||
<a name="id778057"></a>
|
||||
<a class="link" href="transform_view.html#fusion.view.transform_view.expression_semantics">Expression
|
||||
Semantics</a>
|
||||
</h5>
|
||||
@ -326,7 +326,7 @@
|
||||
</tbody>
|
||||
</table></div>
|
||||
<a name="fusion.view.transform_view.example"></a><h5>
|
||||
<a name="id662548"></a>
|
||||
<a name="id778392"></a>
|
||||
<a class="link" href="transform_view.html#fusion.view.transform_view.example">Example</a>
|
||||
</h5>
|
||||
<pre class="programlisting"><span class="keyword">struct</span> <span class="identifier">square</span>
|
||||
|
Reference in New Issue
Block a user