forked from boostorg/fusion
@ -3,7 +3,7 @@
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>Intrinsic</title>
|
||||
<link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
|
||||
<link rel="home" href="../../index.html" title="Chapter 1. Fusion 2.0">
|
||||
<link rel="up" href="../sequence.html" title="Sequence">
|
||||
<link rel="prev" href="concepts/associative_sequence.html" title="Associative Sequence">
|
||||
@ -36,12 +36,10 @@
|
||||
counterparts of these functions are usually implemented as member functions.
|
||||
Intrinsic functions, unlike <a class="link" href="../algorithm.html" title="Algorithm">Algorithms</a>,
|
||||
are not generic across the full <a class="link" href="../sequence.html" title="Sequence">Sequence</a>
|
||||
repertoire. They need to be implemented for each Fusion <a class="link" href="../sequence.html" title="Sequence">Sequence</a>
|
||||
<sup>[<a name="id909311" href="#ftn.id909311" class="footnote">5</a>]</sup>
|
||||
.
|
||||
repertoire. They need to be implemented for each Fusion <a class="link" href="../sequence.html" title="Sequence">Sequence</a><sup>[<a name="id793650" href="#ftn.id793650" class="footnote">5</a>]</sup>.
|
||||
</p>
|
||||
<a name="fusion.sequence.intrinsic.header"></a><h5>
|
||||
<a name="id909323"></a>
|
||||
<a name="id793669"></a>
|
||||
<a class="link" href="intrinsic.html#fusion.sequence.intrinsic.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">intrinsic</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
@ -49,10 +47,10 @@
|
||||
</pre>
|
||||
<div class="footnotes">
|
||||
<br><hr width="100" align="left">
|
||||
<div class="footnote"><p><sup>[<a name="ftn.id909311" href="#id909311" class="para">5</a>] </sup>
|
||||
In practice, many of intrinsic functions have default implementations
|
||||
that will work in majority of cases
|
||||
</p></div>
|
||||
<div class="footnote"><p><sup>[<a id="ftn.id793650" href="#id793650" class="para">5</a>] </sup>
|
||||
In practice, many of intrinsic functions have default implementations that
|
||||
will work in majority of cases
|
||||
</p></div>
|
||||
</div>
|
||||
</div>
|
||||
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
||||
|
Reference in New Issue
Block a user