Searched refs:is_arithmetic_v (Results 1 – 6 of 6) sorted by relevance
40 …_t<__desugars_to<__plus_tag, _BinaryOperation, _Tp, _UnaryResult>::value && is_arithmetic_v<_Tp> &&41 is_arithmetic_v<_UnaryResult>,57 is_arithmetic_v<_Tp> && is_arithmetic_v<_UnaryResult>),
29 inline constexpr bool is_arithmetic_v = is_arithmetic<_Tp>::value; variable
37 is_arithmetic_v<_Tp> && !is_const_v<_Tp> && !is_volatile_v<_Tp> && !is_same_v<_Tp, bool>;
223 using std::is_arithmetic_v;
276 template <class T> inline constexpr bool is_arithmetic_v
1613 SYMBOL(is_arithmetic_v, std::, <type_traits>)