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