Home
last modified time | relevance | path

Searched defs:_IsIntegral (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
Dtype_traits.h79 template <class _Tp> struct _IsIntegral struct
83 _STLP_TEMPLATE_NULL struct _IsIntegral<bool> argument
Dboost_type_traits.h58 template <class _Tp> struct _IsIntegral { struct
59 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
D_string.c114 typedef typename _IsIntegral<_Tp>::_Ret _IsIntegral; in __str_find_first_not_of_aux2() typedef