Searched defs:CFNumberTraits (Results 1 – 1 of 1) sorted by relevance
64 template<typename NumberType> struct CFNumberTraits { static const unsigned Type; }; struct65 template<> struct CFNumberTraits<int> { static const unsigned Type = kCFNumberSInt32Type; }; argument66 template<> struct CFNumberTraits<LONGLONG> { static const unsigned Type = kCFNumberLongLongType; }; argument67 template<> struct CFNumberTraits<float> { static const unsigned Type = kCFNumberFloat32Type; }; struct