Searched defs:numeric_traits (Results 1 – 2 of 2) sorted by relevance
23 struct numeric_traits : public std::numeric_limits< T > {}; struct29 struct numeric_traits<__float128> struct31 static const int digits = 113;32 static const int digits10 = 33;33 static const int max_exponent = 16384;34 static const bool is_specialized = true;
147 struct numeric_traits struct149 typedef typename integer_traits<Number>::difference_type difference_type;