Searched defs:_Is_integer (Results 1 - 1 of 1) sorted by relevance

/haiku/headers/cpp/
H A Dtype_traits.h301 template <class _Tp> struct _Is_integer { struct
307 __STL_TEMPLATE_NULL struct _Is_integer<bool> { struct
313 __STL_TEMPLATE_NULL struct _Is_integer<char> { struct
317 __STL_TEMPLATE_NULL struct _Is_integer<signed char> { struct
321 __STL_TEMPLATE_NULL struct _Is_integer<unsigned char> { struct
327 __STL_TEMPLATE_NULL struct _Is_integer<wchar_t> { struct
333 __STL_TEMPLATE_NULL struct _Is_integer<short> { struct
337 __STL_TEMPLATE_NULL struct _Is_integer<unsigned short> { struct
341 __STL_TEMPLATE_NULL struct _Is_integer<int> { struct
345 __STL_TEMPLATE_NULL struct _Is_integer<unsigne struct
349 __STL_TEMPLATE_NULL struct _Is_integer<long> { struct
353 __STL_TEMPLATE_NULL struct _Is_integer<unsigned long> { struct
359 __STL_TEMPLATE_NULL struct _Is_integer<long long> { struct
363 __STL_TEMPLATE_NULL struct _Is_integer<unsigned long long> { struct
[all...]

Completed in 83 milliseconds