|
libstdc++
|
#include <ptr_traits.h>
Public Types | |
| using | difference_type |
| using | pointer |
| template<typename _Up> | |
| using | rebind |
Uniform interface to all pointer-like types.
Definition at line 99 of file ptr_traits.h.
| using std::pointer_traits< _Ptr >::difference_type |
The type used to represent the difference between two pointers.
Definition at line 117 of file ptr_traits.h.
| using std::pointer_traits< _Ptr >::pointer |
The pointer type.
Definition at line 114 of file ptr_traits.h.
A pointer to a different type.
Definition at line 121 of file ptr_traits.h.