forked from boostorg/fusion
Deeper TOC level + typo fix: rename apply->result in algo docs
[SVN r36766]
This commit is contained in:
@ -25,10 +25,6 @@
|
||||
<div class="section" lang="en">
|
||||
<div class="titlepage"><div><div><h3 class="title">
|
||||
<a name="fusion.sequences.intrinsics"></a><a href="intrinsics.html" title="Intrinsics">Intrinsics</a></h3></div></div></div>
|
||||
<div class="toc"><dl>
|
||||
<dt><span class="section"><a href="intrinsics/functions.html">Functions</a></span></dt>
|
||||
<dt><span class="section"><a href="intrinsics/metafunctions.html">Metafunctions</a></span></dt>
|
||||
</dl></div>
|
||||
<p>
|
||||
Intrinsics form the essential interface of Fusion <span class="underline">_sequence</span>_s.
|
||||
<a href="http://en.wikipedia.org/wiki/Standard_Template_Library" target="_top">STL</a>
|
||||
@ -36,11 +32,11 @@
|
||||
Intrinsic functions, unlike <a href="../algorithms.html" title="Algorithms">Algorithms</a>,
|
||||
are not generic across the full <a href="../sequences.html" title="Sequences">Sequence</a>
|
||||
repertoire. They need to be implemented for each Fusion <a href="../sequences.html" title="Sequences">Sequence</a>
|
||||
<sup>[<a name="id503775" href="#ftn.id503775">5</a>]</sup>
|
||||
<sup>[<a name="id503793" href="#ftn.id503793">5</a>]</sup>
|
||||
.
|
||||
</p>
|
||||
<a name="fusion.sequences.intrinsics.header"></a><h4>
|
||||
<a name="id503794"></a>
|
||||
<a name="id503812"></a>
|
||||
<a href="intrinsics.html#fusion.sequences.intrinsics.header">Header</a>
|
||||
</h4>
|
||||
<pre class="programlisting">
|
||||
@ -48,7 +44,7 @@
|
||||
</pre>
|
||||
<div class="footnotes">
|
||||
<br><hr width="100" align="left">
|
||||
<div class="footnote"><p><sup>[<a name="ftn.id503775" href="#id503775">5</a>] </sup>
|
||||
<div class="footnote"><p><sup>[<a name="ftn.id503793" href="#id503793">5</a>] </sup>
|
||||
In practice, many of intrinsic functions have default implementations
|
||||
that will work in majority of cases
|
||||
</p></div>
|
||||
|
Reference in New Issue
Block a user