13 #ifndef TINYMPL_VARIADIC_MAX_ELEMENT_HPP
14 #define TINYMPL_VARIADIC_MAX_ELEMENT_HPP
16 #include <tinympl/variadic/min_element.hpp>
17 #include <tinympl/bind.hpp>
34 template<
template<
class ... >
class Cmp, class ... Args>
36 min_element< bind<Cmp, arg2, arg1 >::template eval_t, Args... > {};
41 #endif // TINYMPL_VARIADIC_MAX_ELEMENT_HPP
Compute the index of the largest element in a sequence.
Definition: max_element.hpp:35
Compute the index of the smallest element in a sequence.
Definition: min_element.hpp:35