[Home]sort

Synopsis

template<
      typename Sequence
    , typename Compare = less<_1,_2>
    >
struct sort
{
    typedef implementation-defined type;
};

Description

[to do]

Definition

#include "boost/mpl/sort.hpp"

Parameters

 Parameter  Requirement  Description  Default argument  
ParamA model of Concept[to do][to do]

Members

 Member  Description  
type[to do]

Complexity

[to do]

Example

[to do]

See also

Algorithms, lower_bound, upper_bound


Table of Content | Reference
Last edited February 19, 2002 4:22 am