Searched defs:NumericCompare (Results 1 – 1 of 1) sorted by relevance
27 template <typename T, bool IS_MAX, bool BACK> struct NumericCompare { struct28 using Type = T;29 explicit NumericCompare(std::size_t /*elemLen; ignored*/) {} in NumericCompare() function30 bool operator()(const T &value, const T &previous) const { in operator ()()