Home
last modified time | relevance | path

Searched defs:is_arithmetic (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/type_traits/
Dis_arithmetic.hpp18 struct is_arithmetic : public integral_constant<bool, is_integral<T>::value || is_floating_point<T>… struct
/third_party/boost/boost/move/detail/
Dtype_traits.hpp621 struct is_arithmetic struct
623 static const bool value = is_floating_point<T>::value ||