Searched defs:_IsIntegral (Results 1 – 3 of 3) sorted by relevance
79 template <class _Tp> struct _IsIntegral struct83 _STLP_TEMPLATE_NULL struct _IsIntegral<bool> argument
58 template <class _Tp> struct _IsIntegral { struct59 enum { is_integral = ::boost::is_integral<_Tp>::value };60 typedef typename __bool2type<is_integral>::_Ret _Ret;123 typedef typename __bool2type<is_integral>::_Ret _IsIntegral; typedef
114 typedef typename _IsIntegral<_Tp>::_Ret _IsIntegral; in __str_find_first_not_of_aux2() typedef