HomeSort by relevance Sort by last modified time
    Searched full:isarithmetic (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/WebKit/Source/wtf/
TypeTraits.h 84 template<typename T> struct IsArithmetic { static const bool value = IsInteger<T>::value || IsFloatingPoint<T>::value; };
88 template <typename T> struct IsPod { static const bool value = IsArithmetic<T>::value; };

Completed in 271 milliseconds