max_sub_sequence.hxx File Reference
#include <iterator>#include <utility>
Include dependency graph for max_sub_sequence.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 Distance = std::minus<typename std::iterator_traits<IT>::value_type>, typename Compare = std::greater<typename std::iterator_traits<IT>::value_type>> | |
| std::pair< int, int > | huc::search::MaxSubSequence (const IT &begin, const IT &end) |
