kth_max_element.hxx File Reference
#include <Sort/partition.hxx>
#include <iterator>
Include dependency graph for kth_max_element.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 

Functions

template<typename IT , typename Compare = std::less_equal<typename std::iterator_traits<IT>::value_type>>
IT SHA_Search::MaxKthElement (const IT &begin, const IT &end, unsigned int k)