mirror of
https://github.com/boostorg/algorithm.git
synced 2025-07-04 08:16:31 +02:00
Merge [51045] from the trunk
[SVN r51226]
This commit is contained in:
@ -158,9 +158,9 @@ identical to
|
|||||||
that they return the last instance of the largest element (and not the
|
that they return the last instance of the largest element (and not the
|
||||||
first, as <tt>first_min_element</tt> and <tt>last_max_element</tt> would).
|
first, as <tt>first_min_element</tt> and <tt>last_max_element</tt> would).
|
||||||
<p>The family of algorithms comprising <tt>first_min_first_max_element</tt>,
|
<p>The family of algorithms comprising <tt>first_min_first_max_element</tt>,
|
||||||
<tt>first_min_first_max_element</tt>,
|
<tt>first_min_last_max_element</tt>,
|
||||||
<tt>first_min_first_max_element</tt>,
|
<tt>last_min_first_max_element</tt>,
|
||||||
and <tt>first_min_first_max_element</tt> can be described generically as
|
and <tt>last_min_last_max_element</tt> can be described generically as
|
||||||
follows (using <i><tt>which</tt></i> and
|
follows (using <i><tt>which</tt></i> and
|
||||||
<i><tt>what</tt></i> for <tt>first</tt>
|
<i><tt>what</tt></i> for <tt>first</tt>
|
||||||
or <tt>last</tt>): <tt><i>which</i>_min_<i>what</i>_max_element</tt> finds
|
or <tt>last</tt>): <tt><i>which</i>_min_<i>what</i>_max_element</tt> finds
|
||||||
|
Reference in New Issue
Block a user