• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<html>
2<head>
3<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
4<title>Not-yet-documented Other Algorithms</title>
5<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
6<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
7<link rel="home" href="../index.html" title="The Boost Algorithm Library">
8<link rel="up" href="../index.html" title="The Boost Algorithm Library">
9<link rel="prev" href="not_yet_documented_cxx17_algos.html" title="Not-yet-documented C++17 Algorithms">
10<link rel="next" href="reference.html" title="Reference">
11</head>
12<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
13<table cellpadding="2" width="100%"><tr>
14<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
15<td align="center"><a href="../../../../../index.html">Home</a></td>
16<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
17<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
18<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
19<td align="center"><a href="../../../../../more/index.htm">More</a></td>
20</tr></table>
21<hr>
22<div class="spirit-nav">
23<a accesskey="p" href="not_yet_documented_cxx17_algos.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="reference.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
24</div>
25<div class="section">
26<div class="titlepage"><div><div><h2 class="title" style="clear: both">
27<a name="algorithm.not_yet_documented_other_algos"></a><a class="link" href="not_yet_documented_other_algos.html" title="Not-yet-documented Other Algorithms">Not-yet-documented
28    Other Algorithms</a>
29</h2></div></div></div>
30<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
31<li class="listitem">
32          <span class="bold"><strong><code class="literal"><a class="link" href="../header/boost/algorithm/minmax_hpp.html" title="Header &lt;boost/algorithm/minmax.hpp&gt;">minmax</a>
33          </code> </strong></span>
34        </li>
35<li class="listitem">
36          <span class="bold"><strong><code class="literal"><a class="link" href="../header/boost/algorithm/minmax_element_hpp.html" title="Header &lt;boost/algorithm/minmax_element.hpp&gt;">first_max_element</a>
37          </code> </strong></span>
38        </li>
39<li class="listitem">
40          <span class="bold"><strong><code class="literal"><a class="link" href="../header/boost/algorithm/minmax_element_hpp.html" title="Header &lt;boost/algorithm/minmax_element.hpp&gt;">first_min_element</a>
41          </code> </strong></span>
42        </li>
43<li class="listitem">
44          <span class="bold"><strong><code class="literal"><a class="link" href="../header/boost/algorithm/minmax_element_hpp.html" title="Header &lt;boost/algorithm/minmax_element.hpp&gt;">first_min_first_max_element</a>
45          </code> </strong></span>
46        </li>
47<li class="listitem">
48          <span class="bold"><strong><code class="literal"><a class="link" href="../header/boost/algorithm/minmax_element_hpp.html" title="Header &lt;boost/algorithm/minmax_element.hpp&gt;">first_min_last_max_element</a>
49          </code> </strong></span>
50        </li>
51<li class="listitem">
52          <span class="bold"><strong><code class="literal"><a class="link" href="../header/boost/algorithm/minmax_element_hpp.html" title="Header &lt;boost/algorithm/minmax_element.hpp&gt;">last_max_element</a>
53          </code> </strong></span>
54        </li>
55<li class="listitem">
56          <span class="bold"><strong><code class="literal"><a class="link" href="../header/boost/algorithm/minmax_element_hpp.html" title="Header &lt;boost/algorithm/minmax_element.hpp&gt;">last_min_element</a>
57          </code> </strong></span>
58        </li>
59<li class="listitem">
60          <span class="bold"><strong><code class="literal"><a class="link" href="../header/boost/algorithm/minmax_element_hpp.html" title="Header &lt;boost/algorithm/minmax_element.hpp&gt;">last_min_first_max_element</a>
61          </code> </strong></span>
62        </li>
63<li class="listitem">
64          <span class="bold"><strong><code class="literal"><a class="link" href="../header/boost/algorithm/minmax_element_hpp.html" title="Header &lt;boost/algorithm/minmax_element.hpp&gt;">last_min_last_max_element</a>
65          </code> </strong></span>
66        </li>
67<li class="listitem">
68          <span class="bold"><strong><code class="literal"><a class="link" href="../header/boost/algorithm/minmax_element_hpp.html" title="Header &lt;boost/algorithm/minmax_element.hpp&gt;">minmax_element</a>
69          </code> </strong></span>
70        </li>
71<li class="listitem">
72          <span class="bold"><strong><code class="literal"><a class="link" href="../header/boost/algorithm/sort_subrange_hpp.html" title="Header &lt;boost/algorithm/sort_subrange.hpp&gt;">partition_subrange</a>
73          </code> </strong></span>
74        </li>
75<li class="listitem">
76          <span class="bold"><strong><code class="literal"><a class="link" href="../header/boost/algorithm/sort_subrange_hpp.html" title="Header &lt;boost/algorithm/sort_subrange.hpp&gt;">sort_subrange</a>
77          </code> </strong></span>
78        </li>
79</ul></div>
80</div>
81<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
82<td align="left"></td>
83<td align="right"><div class="copyright-footer">Copyright © 2010-2012 Marshall Clow<p>
84        Distributed under the Boost Software License, Version 1.0. (See accompanying
85        file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
86      </p>
87</div></td>
88</tr></table>
89<hr>
90<div class="spirit-nav">
91<a accesskey="p" href="not_yet_documented_cxx17_algos.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="reference.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
92</div>
93</body>
94</html>
95