Searched defs:numeric_limits (Results 1 – 4 of 4) sorted by relevance
8 template<typename T> struct numeric_limits { struct14 inline void f() { numeric_limits<int> nl; } in f() argument
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()
15 struct numeric_limits { const static bool is_signed; }; argument
49 class numeric_limits; variable