Searched defs:numeric_limits (Results 1 – 7 of 7) sorted by relevance
245 struct numeric_limits<::ranges::detail::diffmax_t> { struct246 static constexpr bool is_signed = true;247 static constexpr bool is_integer = true;248 static constexpr ::ranges::detail::diffmax_t max() noexcept { in max()261 struct numeric_limits<::ranges::detail::LongT> { struct262 static constexpr bool is_signed = true;263 static constexpr bool is_integer = true;264 static constexpr ::ranges::detail::LongT max() noexcept { in max()
69 class numeric_limits { global() class 77 class numeric_limits<float> { global() class 84 class numeric_limits<double> { global() class [all...]
66 class numeric_limits { global() class 74 class numeric_limits<float> { global() class 81 class numeric_limits<double> { global() class [all...]
15 struct numeric_limits { const static bool is_signed; }; struct
50 class numeric_limits {}; class53 class numeric_limits< const _Tp > : public numeric_limits< _Tp > {}; class
33 template <class T> struct numeric_limits {}; global() struct [all...]
49 class numeric_limits; variable