OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_IsIntegral
(Results
1 - 4
of
4
) sorted by null
/external/stlport/stlport/stl/
_algobase.c
330
typedef _STLP_TYPENAME _STLP_STD::
_IsIntegral
<_Tp1>::_Ret
_IsIntegral
;
332
typedef _STLP_TYPENAME _STLP_STD::_Land2<
_IsIntegral
, _IsCharLike>::_Ret _UseStrcspnLikeAlgo;
boost_type_traits.h
58
template <class _Tp> struct
_IsIntegral
{
123
typedef typename __bool2type<is_integral>::_Ret
_IsIntegral
;
129
typedef typename _Lor3<
_IsIntegral
, _IsFloat, _IsPointer>::_Ret _Ret;
_string.c
114
typedef typename
_IsIntegral
<_Tp>::_Ret
_IsIntegral
;
116
typedef typename _Land2<
_IsIntegral
, _IsCharLike>::_Ret _UseStrcspnLikeAlgo;
type_traits.h
79
template <class _Tp> struct
_IsIntegral
83
_STLP_TEMPLATE_NULL struct
_IsIntegral
<bool>
87
_STLP_TEMPLATE_NULL struct
_IsIntegral
<char>
91
_STLP_TEMPLATE_NULL struct
_IsIntegral
<signed char>
95
_STLP_TEMPLATE_NULL struct
_IsIntegral
<unsigned char>
99
_STLP_TEMPLATE_NULL struct
_IsIntegral
<wchar_t>
103
_STLP_TEMPLATE_NULL struct
_IsIntegral
<short>
106
_STLP_TEMPLATE_NULL struct
_IsIntegral
<unsigned short>
109
_STLP_TEMPLATE_NULL struct
_IsIntegral
<int>
112
_STLP_TEMPLATE_NULL struct
_IsIntegral
<unsigned int
[
all
...]
Completed in 181 milliseconds