Searched defs:numeric_traits (Results 1 – 1 of 1) sorted by relevance
21 struct numeric_traits : public std::numeric_limits< T > {}; struct27 struct numeric_traits<__float128> struct29 static const int digits = 113;30 static const int digits10 = 33;31 static const int max_exponent = 16384;32 static const bool is_specialized = true;