|
ReactOS 0.4.16-dev-1948-gd260c1d
|
#include <stl/type_traits.h>

Go to the source code of this file.
Macros | |
| #define | _STLP_DEFINE_ARROW_OPERATOR pointer operator->() const { return &(operator*()); } |
| #define | _STLP_TYPE_TRAITS_POD_SPECIALIZE(_Type) _STLP_TEMPLATE_NULL struct __type_traits<_Type> : __type_traits_aux<__true_type> {}; |
| #define | _STLP_TYPE_TRAITS_POD_SPECIALIZE_V(_Type) |
| #define | _STLP_POINTERS_SPECIALIZE(_Type) _STLP_TYPE_TRAITS_POD_SPECIALIZE_V(_Type) |
Definition at line 24 of file _ptrs_specialize.h.
| #define _STLP_POINTERS_SPECIALIZE | ( | _Type | ) | _STLP_TYPE_TRAITS_POD_SPECIALIZE_V(_Type) |
Definition at line 45 of file _ptrs_specialize.h.
| #define _STLP_TYPE_TRAITS_POD_SPECIALIZE | ( | _Type | ) | _STLP_TEMPLATE_NULL struct __type_traits<_Type> : __type_traits_aux<__true_type> {}; |
Definition at line 34 of file _ptrs_specialize.h.
| #define _STLP_TYPE_TRAITS_POD_SPECIALIZE_V | ( | _Type | ) |
Definition at line 35 of file _ptrs_specialize.h.