Searched defs:is_arithmetic_v (Results 1 – 7 of 7) sorted by relevance
29 inline constexpr bool is_arithmetic_v = is_arithmetic<_Tp>::value; variable
25 LIBC_INLINE_VAR constexpr bool is_arithmetic_v = is_arithmetic<T>::value; variable