40 template<typename P_numtype, typename P_index>
46 Extremum(T_numtype value, T_index index)
47 : value_(value), index_(index)
50 T_numtype value()
const
56 void setValue(T_numtype value)
59 void setIndex(T_index index)
62 operator T_numtype()
const
72 #endif // BZ_EXTREMUM_H