Searched defs:numeric_values (Results 1 – 1 of 1) sorted by relevance
35 template < typename T > struct numeric_values struct37 typedef T value_type;39 static T zero() { return T(); } in zero()41 static T infinity() { return (std::numeric_limits< T >::max)(); } in infinity()