binary.hxx File Reference
#include <iterator>
Include dependency graph for binary.hxx:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
huc | |
huc::search | |
Functions | |
template<typename IT , typename IsEqual = std::equal_to<typename std::iterator_traits<IT>::value_type>> | |
int | huc::search::BinarySearch (const IT &begin, const IT &end, const typename std::iterator_traits< IT >::value_type &key) |