mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-06 14:24:09 +00:00
add index_tuple summary page
This commit is contained in:
parent
2d707944fb
commit
e57368faee
473 changed files with 2597 additions and 1293 deletions
|
@ -39,7 +39,7 @@
|
|||
<link rel="top" title="Sprout 1.0 documentation" href="../../index.html" />
|
||||
<link rel="up" title="Sprout.Array" href="index.html" />
|
||||
<link rel="next" title="std::tuple_size" href="array/std-tuple_size.html" />
|
||||
<link rel="prev" title="make_array" href="make_array.html" />
|
||||
<link rel="prev" title="make_array_without_narrowing" href="make_array_without_narrowing.html" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="related">
|
||||
|
@ -52,7 +52,7 @@
|
|||
<a href="array/std-tuple_size.html" title="std::tuple_size"
|
||||
accesskey="N">next</a> |</li>
|
||||
<li class="right" >
|
||||
<a href="make_array.html" title="make_array"
|
||||
<a href="make_array_without_narrowing.html" title="make_array_without_narrowing"
|
||||
accesskey="P">previous</a> |</li>
|
||||
<li><a href="../../index.html">Sprout 1.0 documentation</a> »</li>
|
||||
<li><a href="../index.html" >Libraries</a> »</li>
|
||||
|
@ -75,8 +75,8 @@
|
|||
</ul>
|
||||
|
||||
<h4>Previous topic</h4>
|
||||
<p class="topless"><a href="make_array.html"
|
||||
title="previous chapter">make_array</a></p>
|
||||
<p class="topless"><a href="make_array_without_narrowing.html"
|
||||
title="previous chapter">make_array_without_narrowing</a></p>
|
||||
<h4>Next topic</h4>
|
||||
<p class="topless"><a href="array/std-tuple_size.html"
|
||||
title="next chapter">std::tuple_size</a></p>
|
||||
|
@ -107,7 +107,7 @@
|
|||
<div class="body">
|
||||
|
||||
<div class="section" id="make-common-array">
|
||||
<h1>make_common_array<a class="headerlink" href="#make-common-array" title="Permalink to this headline">¶</a></h1>
|
||||
<span id="sprout-array-make-common-array"></span><h1>make_common_array<a class="headerlink" href="#make-common-array" title="Permalink to this headline">¶</a></h1>
|
||||
<div class="section" id="interface">
|
||||
<h2>Interface<a class="headerlink" href="#interface" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="highlight-c++"><div class="highlight"><pre><span class="k">template</span><span class="o"><</span><span class="k">typename</span><span class="p">...</span> <span class="n">Types</span><span class="o">></span>
|
||||
|
@ -168,7 +168,7 @@
|
|||
<a href="array/std-tuple_size.html" title="std::tuple_size"
|
||||
>next</a> |</li>
|
||||
<li class="right" >
|
||||
<a href="make_array.html" title="make_array"
|
||||
<a href="make_array_without_narrowing.html" title="make_array_without_narrowing"
|
||||
>previous</a> |</li>
|
||||
<li><a href="../../index.html">Sprout 1.0 documentation</a> »</li>
|
||||
<li><a href="../index.html" >Libraries</a> »</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue