#include <reducer.hpp>
Public Types | |
| using | value_type = T |
| using | accumulator_type = std::pair< T, T > |
Public Member Functions | |
| void | operator() (accumulator_type &acc, const value_type &x) const |
| void | operator() (accumulator_type &acc_l, const accumulator_type &acc_r) const |
| void | operator() (const accumulator_type &acc_l, accumulator_type &acc_r) const |
| accumulator_type | operator() () const |
| using ityr::reducer::minmax< T >::accumulator_type = std::pair<T, T> |
| using ityr::reducer::minmax< T >::value_type = T |
|
inline |
|
inline |
|
inline |
|
inline |