forked from boostorg/fusion
adds documentation for functional module
[SVN r36959]
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<title>Generation</title>
|
||||
<link rel="stylesheet" href="../../boostbook.css" type="text/css">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.66.1">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
|
||||
<link rel="start" href="../../index.html" title="Chapter<65>1.<2E>Fusion 2.0">
|
||||
<link rel="up" href="../sequences.html" title="Sequences">
|
||||
<link rel="prev" href="intrinsics/metafunctions/value_at_key.html" title="value_at_key">
|
||||
@ -27,13 +27,32 @@
|
||||
<a name="fusion.sequences.generation"></a><a href="generation.html" title="Generation">Generation</a></h3></div></div></div>
|
||||
<div class="toc"><dl>
|
||||
<dt><span class="section"><a href="generation/functions.html">Functions</a></span></dt>
|
||||
<dd><dl>
|
||||
<dt><span class="section"><a href="generation/functions/make_list.html">make_list</a></span></dt>
|
||||
<dt><span class="section"><a href="generation/functions/make_cons.html">make_cons</a></span></dt>
|
||||
<dt><span class="section"><a href="generation/functions/make_vector.html">make_vector</a></span></dt>
|
||||
<dt><span class="section"><a href="generation/functions/make_set.html">make_set</a></span></dt>
|
||||
<dt><span class="section"><a href="generation/functions/make_map.html">make_map</a></span></dt>
|
||||
<dt><span class="section"><a href="generation/functions/tiers.html">Tiers</a></span></dt>
|
||||
<dt><span class="section"><a href="generation/functions/list_tie.html">list_tie</a></span></dt>
|
||||
<dt><span class="section"><a href="generation/functions/vector_tie.html">vector_tie</a></span></dt>
|
||||
</dl></dd>
|
||||
<dt><span class="section"><a href="generation/metafunctions.html">MetaFunctions</a></span></dt>
|
||||
<dd><dl>
|
||||
<dt><span class="section"><a href="generation/metafunctions/make_list.html">make_list</a></span></dt>
|
||||
<dt><span class="section"><a href="generation/metafunctions/make_cons.html">make_cons</a></span></dt>
|
||||
<dt><span class="section"><a href="generation/metafunctions/make_vector.html">make_vector</a></span></dt>
|
||||
<dt><span class="section"><a href="generation/metafunctions/make_set.html">make_set</a></span></dt>
|
||||
<dt><span class="section"><a href="generation/metafunctions/make_map.html">make_map</a></span></dt>
|
||||
<dt><span class="section"><a href="generation/metafunctions/list_tie.html">list_tie</a></span></dt>
|
||||
<dt><span class="section"><a href="generation/metafunctions/vector_tie.html">vector_tie</a></span></dt>
|
||||
</dl></dd>
|
||||
</dl></div>
|
||||
<p>
|
||||
These are the functions that you can use to generate various forms of <a href="containers.html" title="Containers">Containers</a> from elemental values.
|
||||
</p>
|
||||
<a name="fusion.sequences.generation.header"></a><h4>
|
||||
<a name="id524740"></a>
|
||||
<a name="id1038047"></a>
|
||||
<a href="generation.html#fusion.sequences.generation.header">Header</a>
|
||||
</h4>
|
||||
<pre class="programlisting">
|
||||
|
Reference in New Issue
Block a user