13 #ifndef TINYMPL_MIN_ELEMENT_HPP
14 #define TINYMPL_MIN_ELEMENT_HPP
16 #include <tinympl/variadic/min_element.hpp>
17 #include <tinympl/as_sequence.hpp>
18 #include <tinympl/sequence.hpp>
19 #include <tinympl/less.hpp>
35 template<
class Sequence,
template<
class ... >
class Cmp = less>
38 template<
template<
class ... >
class Cmp, class ... Args>
44 #endif // TINYMPL_MIN_ELEMENT_HPP
Compute the index of the smallest element in a sequence.
Definition: min_element.hpp:36
Compute the index of the smallest element in a sequence.
Definition: min_element.hpp:35
The main sequence type.
Definition: sequence.hpp:28