mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-16 15:14:13 +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
|
@ -21,6 +21,7 @@
|
|||
<script type="text/javascript" src="../../../_static/doctools.js"></script>
|
||||
<link rel="top" title="Sprout v1.0 documentation" href="../../../index.html" />
|
||||
<link rel="up" title="Sprout.Algorithm" href="index.html" />
|
||||
<link rel="next" title="min_element" href="min_element.html" />
|
||||
<link rel="prev" title="max" href="max.html" />
|
||||
</head>
|
||||
<body>
|
||||
|
@ -30,6 +31,9 @@
|
|||
<li class="right" style="margin-right: 10px">
|
||||
<a href="../../../genindex.html" title="General Index"
|
||||
accesskey="I">index</a></li>
|
||||
<li class="right" >
|
||||
<a href="min_element.html" title="min_element"
|
||||
accesskey="N">next</a> |</li>
|
||||
<li class="right" >
|
||||
<a href="max.html" title="max"
|
||||
accesskey="P">previous</a> |</li>
|
||||
|
@ -129,7 +133,7 @@
|
|||
<div class="line-block">
|
||||
<div class="line">x is a copy of the leftmost argument when several arguments are equivalent to the smallest.</div>
|
||||
<div class="line">y is a copy of the rightmost 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="id6">
|
||||
|
@ -177,6 +181,9 @@
|
|||
<h4>Previous topic</h4>
|
||||
<p class="topless"><a href="max.html"
|
||||
title="previous chapter">max</a></p>
|
||||
<h4>Next topic</h4>
|
||||
<p class="topless"><a href="min_element.html"
|
||||
title="next chapter">min_element</a></p>
|
||||
<h3>This Page</h3>
|
||||
<ul class="this-page-menu">
|
||||
<li><a href="../../../_sources/libs/sprout/algorithm/minmax.txt"
|
||||
|
@ -205,6 +212,9 @@
|
|||
<li class="right" style="margin-right: 10px">
|
||||
<a href="../../../genindex.html" title="General Index"
|
||||
>index</a></li>
|
||||
<li class="right" >
|
||||
<a href="min_element.html" title="min_element"
|
||||
>next</a> |</li>
|
||||
<li class="right" >
|
||||
<a href="max.html" title="max"
|
||||
>previous</a> |</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue