mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-14 15:04:09 +00:00
add doc: min_element, max_element, minmax_element
This commit is contained in:
parent
1320b41d88
commit
29babfce4e
22 changed files with 832 additions and 13 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue