forked from boostorg/fusion
added reverse_fold/iter_fold/reverse_iter_fold (2) (fixes #1623)
[SVN r63083]
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>Introduction</title>
|
||||
<link rel="stylesheet" href="../../../../../doc/html/boostbook.css" type="text/css">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.76.0-pre">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
|
||||
<link rel="home" href="../index.html" title="Chapter 1. Fusion 2.0">
|
||||
<link rel="up" href="../index.html" title="Chapter 1. Fusion 2.0">
|
||||
<link rel="prev" href="preface.html" title="Preface">
|
||||
@ -116,7 +116,7 @@
|
||||
sequences and <a href="http://www.boost.org/libs/mpl/index.html" target="_top">MPL</a>
|
||||
sequences are fully compatible with Fusion. You can work with Fusion sequences
|
||||
on <a href="http://www.boost.org/libs/mpl/index.html" target="_top">MPL</a> if you
|
||||
wish to work solely on types <sup>[<a name="id693301" href="#ftn.id693301" class="footnote">1</a>]</sup>. In <a href="http://www.boost.org/libs/mpl/index.html" target="_top">MPL</a>,
|
||||
wish to work solely on types <sup>[<a name="id853913" href="#ftn.id853913" class="footnote">1</a>]</sup>. In <a href="http://www.boost.org/libs/mpl/index.html" target="_top">MPL</a>,
|
||||
Fusion sequences follow <a href="http://www.boost.org/libs/mpl/index.html" target="_top">MPL</a>'s
|
||||
sequence-type preserving semantics (i.e. algorithms preserve the original sequence
|
||||
type. e.g. transforming a vector returns a vector). You can also convert from
|
||||
@ -130,7 +130,7 @@
|
||||
</p>
|
||||
<div class="footnotes">
|
||||
<br><hr width="100" align="left">
|
||||
<div class="footnote"><p><sup>[<a id="ftn.id693301" href="#id693301" class="para">1</a>] </sup>
|
||||
<div class="footnote"><p><sup>[<a name="ftn.id853913" href="#id853913" class="para">1</a>] </sup>
|
||||
Choose <a href="http://www.boost.org/libs/mpl/index.html" target="_top">MPL</a>
|
||||
over fusion when doing pure type calculations. Once the static type calculation
|
||||
is finished, you can instantiate a fusion sequence (see <a class="link" href="container/conversion/functions.html" title="Functions">Conversion</a>)
|
||||
|
Reference in New Issue
Block a user