Searched defs:SegmenMax (Results 1 – 2 of 2) sorted by relevance
118 struct SegmenMax { struct119 inline T operator()(const T& a, const T& b) const { return std::max(a, b); } in operator ()()120 static constexpr T kInitialValue = std::numeric_limits<T>::lowest();
150 struct SegmenMax { struct151 inline T operator()(const T& a, const T& b) const { return std::max(a, b); } in operator ()()152 static constexpr T kInitialValue = std::numeric_limits<T>::lowest();