mirror of
https://github.com/boostorg/mpl.git
synced 2026-01-26 17:02:20 +01:00
62 lines
1.5 KiB
HTML
62 lines
1.5 KiB
HTML
<!doctype html public "-//ietf//dtd html//en">
|
|
<html><head><title>boost::mpl::Reference/sort</title>
|
|
<link rel="stylesheet" href="../mpl_wiki.css">
|
|
</head><body bgcolor="white">
|
|
<h1><a href="../Table_of_Content.html"><img src="../mpl_logo.jpg" alt="[Home]" border=0 align="right"></a>sort</h1><h3>Synopsis
|
|
</h3>
|
|
<p>
|
|
<pre>
|
|
template<
|
|
typename Sequence
|
|
, typename Compare = less<_1,_2>
|
|
>
|
|
struct sort
|
|
{
|
|
typedef <em>implementation-defined</em> type;
|
|
};
|
|
</pre>
|
|
<p>
|
|
<h3>Description
|
|
</h3>
|
|
<p>
|
|
[to do]
|
|
<p>
|
|
<h3>Definition
|
|
</h3>
|
|
<p>
|
|
<pre>
|
|
#include "<a href="../../../../../\boost/mpl/sort.hpp">boost/mpl/sort.hpp</a>"
|
|
</pre>
|
|
<p>
|
|
<h3>Parameters
|
|
</h3>
|
|
<table border="1">
|
|
<tr><th> Parameter </th><th> Requirement </th><th> Description </th><th> Default argument </th></tr>
|
|
<tr><td><code>Param</code></td><td>A model of Concept</td><td>[to do]</td><td>[to do] </td></tr>
|
|
</table>
|
|
<p>
|
|
<h3>Members
|
|
</h3>
|
|
<table border="1">
|
|
<tr><th> Member </th><th> Description </th></tr>
|
|
<tr><td><code>type</code></td><td>[to do] </td></tr>
|
|
</table>
|
|
<p>
|
|
<h3>Complexity
|
|
</h3>
|
|
<p>
|
|
[to do]
|
|
<p>
|
|
<h3>Example
|
|
</h3>
|
|
<p>
|
|
<pre>
|
|
[to do]
|
|
</pre>
|
|
<p>
|
|
<h3>See also
|
|
</h3>
|
|
<p>
|
|
<a href="../Algorithms.html">Algorithms</a>, <code><a href="../Reference/lower_bound.html">lower_bound</a></code>, <code><a href="../Reference/upper_bound.html">upper_bound</a></code>
|
|
<p><hr>
|
|
<a href="../Table_of_Content.html">Table of Content</a> | <a href="../Reference.html">Reference</a><br>Last edited February 19, 2002 4:22 am</body></html> |