tinympl  0.2
mini MPL library for C++11
tinympl::max_element< Sequence, Cmp > Class Template Reference

Compute the index of the largest element in a sequence. More...

#include <tinympl/max_element.hpp>

Detailed Description

template<class Sequence, template< class... > class Cmp = less>
class tinympl::max_element< Sequence, Cmp >

Compute the index of the largest element in a sequence.

Parameters
Sequencethe input sequence
Cmpthe comparator function; Cmp<A,B>::type::value must be convertible to bool. Defaults to tinympl::less
Returns
max_element<...>::type is an std::integral_constant<std::size_t,v> where v is the 0-based index of the maximum element
See also
variadic::max_element

The documentation for this class was generated from the following file: