Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

PrevUpHomeNext

Function template float_sort

boost::sort::spreadsort::float_sort — Floating-point sort algorithm using range.

Synopsis

// In header: <boost/sort/spreadsort/float_sort.hpp>


template<typename Range> void float_sort(Range & range);

Description

Parameters:

range

Range [first, last) for sorting.


PrevUpHomeNext