tinympl  0.2
mini MPL library for C++11
Minimum/maximum operations

Classes

class  tinympl::lexicographical_compare< SequenceA, SequenceB, Comparator >
 Compares two sequences using the given comparator. More...
 
class  tinympl::max_element< Sequence, Cmp >
 Compute the index of the largest element in a sequence. More...
 
class  tinympl::min_element< Sequence, Cmp >
 Compute the index of the smallest element in a sequence. More...
 

Detailed Description

Algorithms which compute the minimum/maximum of a sequence and lexicographical compare