Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
nth_element.hpp File Reference
#include <boost/concept_check.hpp>
#include <boost/range/begin.hpp>
#include <boost/range/end.hpp>
#include <boost/range/concepts.hpp>
#include <algorithm>
Include dependency graph for nth_element.hpp:
This graph shows which files directly or indirectly include this file:

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::range
 

Functions

template<class RandomAccessRange >
RandomAccessRange & boost::range::nth_element (RandomAccessRange &rng, BOOST_DEDUCED_TYPENAME range_iterator< RandomAccessRange >::type nth)
 template function nth_element More...
 
template<class RandomAccessRange >
const RandomAccessRange & boost::range::nth_element (const RandomAccessRange &rng, BOOST_DEDUCED_TYPENAME range_iterator< const RandomAccessRange >::type nth)
 
template<class RandomAccessRange , class BinaryPredicate >
RandomAccessRange & boost::range::nth_element (RandomAccessRange &rng, BOOST_DEDUCED_TYPENAME range_iterator< RandomAccessRange >::type nth, BinaryPredicate sort_pred)
 
template<class RandomAccessRange , class BinaryPredicate >
const RandomAccessRange & boost::range::nth_element (const RandomAccessRange &rng, BOOST_DEDUCED_TYPENAME range_iterator< const RandomAccessRange >::type nth, BinaryPredicate sort_pred)