OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__type_traits_aux
(Results
1 - 2
of
2
) sorted by null
/external/stlport/stlport/stl/
_ptrs_specialize.h
34
# define _STLP_TYPE_TRAITS_POD_SPECIALIZE(_Type) _STLP_TEMPLATE_NULL struct __type_traits<_Type> :
__type_traits_aux
<__true_type> {};
type_traits.h
145
template <class _IsPOD> struct
__type_traits_aux
{
struct
154
struct
__type_traits_aux
<__false_type> {
struct
163
struct
__type_traits_aux
<__true_type> {
struct
215
struct __type_traits :
__type_traits_aux
<typename _IsPtr<_Tp>::_Ret> {};
263
template <class _Tp> struct __type_traits<_Tp*> :
__type_traits_aux
<__true_type>
274
_STLP_TEMPLATE_NULL struct __type_traits< Type > :
__type_traits_aux
<__true_type> {}; \
275
_STLP_TEMPLATE_NULL struct __type_traits< const Type > :
__type_traits_aux
<__true_type> {}; \
276
_STLP_TEMPLATE_NULL struct __type_traits< volatile Type > :
__type_traits_aux
<__true_type> {}; \
277
_STLP_TEMPLATE_NULL struct __type_traits< const volatile Type > :
__type_traits_aux
<__true_type> {}
280
_STLP_TEMPLATE_NULL struct __type_traits< Type > :
__type_traits_aux
<__true_type> {}
[
all
...]
Completed in 153 milliseconds