Searched defs:is_arithmetic (Results 1 – 2 of 2) sorted by relevance
18 struct is_arithmetic : public integral_constant<bool, is_integral<T>::value || is_floating_point<T>… struct
621 struct is_arithmetic struct623 static const bool value = is_floating_point<T>::value ||