Searched defs:saturating_subtract (Results 1 – 1 of 1) sorted by relevance
359 struct saturating_subtract struct361 typedef ValueType first_argument_type;362 typedef ValueType second_argument_type;363 typedef ValueType result_type;365 result_type operator()(const first_argument_type& v1, in operator()