Std::pointer_traits _ptr -
Inherits std::__ptrtr_pointer_to< _Ptr >.
typedef __ptrtr_diff_type
< _Ptr >::__type difference_type"
typedef __ptrtr_elt_type< _Ptr >
::__type element_type"
typedef _Ptr pointer
template<typename _Up > using rebind = typename __ptrtr_rebind< _Ptr, _Up >::__type
static _Ptr pointer_to (__element_type &__e)
Uniform interface to all pointer-like types.
Definition at line 132 of file ptr_traits.h.
Type used to represent the difference between two pointers.
Definition at line 139 of file ptr_traits.h.
The type pointed to.
Definition at line 137 of file ptr_traits.h.
The pointer type.
Definition at line 135 of file ptr_traits.h.
Generated automatically by Doxygen for libstdc++ from the source code.