|
libstdc++
|
#include <memory>
Public Types | |
| using | difference_type |
| using | element_type |
| using | pointer |
| template<typename _Up> | |
| using | rebind |
Static Public Member Functions | |
| static pointer | pointer_to (element_type &__r) |
Uniform interface to all pointer-like types.
Definition at line 177 of file ptr_traits.h.
|
inherited |
The type used to represent the difference between two pointers.
Definition at line 156 of file ptr_traits.h.
|
inherited |
The type pointed to.
Definition at line 153 of file ptr_traits.h.
|
inherited |
The pointer type.
Definition at line 150 of file ptr_traits.h.
|
inherited |
A pointer to a different type.
Definition at line 160 of file ptr_traits.h.
|
inlinestaticinherited |
Obtain a pointer to an object.
| __r | A reference to an object of type element_type |
pointer::pointer_to(__r) pointer::pointer_to(__r) is a valid expression. Definition at line 107 of file ptr_traits.h.