add index_tuple summary page

This commit is contained in:
Bolero-MURAKAMI 2014-08-15 21:27:31 +09:00
parent 2d707944fb
commit e57368faee
473 changed files with 2597 additions and 1293 deletions

View file

@ -106,7 +106,7 @@
<div class="body">
<div class="section" id="is-heap-until">
<h1>is_heap_until<a class="headerlink" href="#is-heap-until" title="Permalink to this headline"></a></h1>
<span id="sprout-algorithm-is-heap-until"></span><h1>is_heap_until<a class="headerlink" href="#is-heap-until" 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">&lt;</span><span class="k">typename</span> <span class="n">RandomAccessIterator</span><span class="o">&gt;</span>