std::pointer_traits< _Ptr >(3cxx) | std::pointer_traits< _Ptr >(3cxx) |
std::pointer_traits< _Ptr > - Uniform interface to all pointer-like types.
#include <ptr_traits.h>
Inherits std::__ptr_traits_elem< _Ptr, typename >.
using difference_type = __detected_or_t< ptrdiff_t,
__difference_type, _Ptr >
The type used to represent the difference between two pointers. using
pointer = _Ptr
The pointer type. template<typename _Up > using rebind = typename
__rebind< _Ptr, _Up >::type
A pointer to a different type.
struct std::pointer_traits< _Ptr >"Uniform interface to all pointer-like types.
Definition at line 100 of file ptr_traits.h.
The type used to represent the difference between two pointers.
Definition at line 118 of file ptr_traits.h.
The pointer type.
Definition at line 115 of file ptr_traits.h.
A pointer to a different type.
Definition at line 123 of file ptr_traits.h.
Generated automatically by Doxygen for libstdc++ from the source code.
Thu Feb 16 2023 | libstdc++ |