libstdc++
|
Public Types | |
typedef ptrdiff_t | difference_type |
typedef _Tp | element_type |
typedef _Tp * | pointer |
template<typename _Up > | |
using | rebind = _Up * |
Static Public Member Functions | |
static constexpr pointer | pointer_to (__make_not_void< element_type > &__r) noexcept |
Partial specialization for built-in pointers.
Definition at line 128 of file ptr_traits.h.
typedef ptrdiff_t std::pointer_traits< _Tp * >::difference_type |
Type used to represent the difference between two pointers.
Definition at line 135 of file ptr_traits.h.
typedef _Tp std::pointer_traits< _Tp * >::element_type |
The type pointed to.
Definition at line 133 of file ptr_traits.h.
typedef _Tp* std::pointer_traits< _Tp * >::pointer |
The pointer type.
Definition at line 131 of file ptr_traits.h.
|
inlinestaticconstexprnoexcept |
Obtain a pointer to an object.
__r | A reference to an object of type element_type |
addressof(__r)
Definition at line 146 of file ptr_traits.h.
References std::addressof().