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

Classes

class  tinympl::variadic::max_element< Cmp, Args >
 Compute the index of the largest element in a sequence. More...
 
class  tinympl::variadic::min_element< Cmp, Args >
 Compute the index of the smallest element in a sequence. More...
 

Detailed Description

Algorithms which compute the minimum/maximum of a sequence