STLdoc
STLdocumentation
|
Public Types | |
typedef _Get_element_type< _Ty >::type | element_type |
typedef _Ty | pointer |
typedef _Get_ptr_difference_type< _Ty >::type | difference_type |
template<class _Other > | |
using | rebind = typename _Get_rebind_type< _Ty, _Other >::type |
typedef _If< is_void< element_type >::value, char &, typename add_reference< element_type >::type >::type | _Reftype |
Static Public Member Functions | |
static pointer | pointer_to (_Reftype _Val) |
typedef _If<is_void<element_type>::value, char&, typename add_reference<element_type>::type>::type pointer_traits< _Ty >::_Reftype |
typedef _Get_ptr_difference_type<_Ty>::type pointer_traits< _Ty >::difference_type |
typedef _Get_element_type<_Ty>::type pointer_traits< _Ty >::element_type |
typedef _Ty pointer_traits< _Ty >::pointer |
using pointer_traits< _Ty >::rebind = typename _Get_rebind_type<_Ty, _Other>::type |
|
inlinestatic |