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

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::range
 

Functions

template<class SinglePassRange , class RandomAccessRange >
BOOST_DEDUCED_TYPENAME
range_iterator
< RandomAccessRange >::type 
boost::range::partial_sort_copy (const SinglePassRange &rng1, RandomAccessRange &rng2)
 template function partial_sort_copy More...
 
template<class SinglePassRange , class RandomAccessRange >
BOOST_DEDUCED_TYPENAME
range_iterator
< RandomAccessRange >::type 
boost::range::partial_sort_copy (const SinglePassRange &rng1, const RandomAccessRange &rng2)
 
template<class SinglePassRange , class RandomAccessRange , class BinaryPredicate >
BOOST_DEDUCED_TYPENAME
range_iterator
< RandomAccessRange >::type 
boost::range::partial_sort_copy (const SinglePassRange &rng1, RandomAccessRange &rng2, BinaryPredicate pred)
 
template<class SinglePassRange , class RandomAccessRange , class BinaryPredicate >
BOOST_DEDUCED_TYPENAME
range_iterator< const
RandomAccessRange >::type 
boost::range::partial_sort_copy (const SinglePassRange &rng1, const RandomAccessRange &rng2, BinaryPredicate pred)