add doc: min_element, max_element, minmax_element

This commit is contained in:
Bolero-MURAKAMI 2013-08-24 13:14:37 +09:00
parent 1320b41d88
commit 29babfce4e
22 changed files with 832 additions and 13 deletions

View file

@ -122,7 +122,7 @@
<h2>Remarks<a class="headerlink" href="#id4" title="Permalink to this headline"></a></h2>
<div class="line-block">
<div class="line">Returns a copy of the leftmost argument when several arguments are equivalent to the largest.</div>
<div class="line">If an implementation not support C++14 initializer_list (SPROUT_NO_CXX14_INITIALIZER_LIST defined), then this function is not specified constexpr.</div>
<div class="line">If an implementation not support C++14 initializer_list (<tt class="docutils literal"><span class="pre">SPROUT_NO_CXX14_INITIALIZER_LIST</span></tt> defined), then this function is not specified constexpr.</div>
</div>
</div>
<div class="section" id="complexity">