.TH "std::pointer_traits< _Ptr >" 3cxx "Thu Feb 16 2023" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::pointer_traits< _Ptr > \- Uniform interface to all pointer-like types\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits std::__ptr_traits_elem< _Ptr, typename >\&. .SS "Public Types" .in +1c .ti -1c .RI "using \fBdifference_type\fP = __detected_or_t< ptrdiff_t, __difference_type, _Ptr >" .br .RI "The type used to represent the difference between two pointers\&. " .ti -1c .RI "using \fBpointer\fP = _Ptr" .br .RI "The pointer type\&. " .ti -1c .RI "template using \fBrebind\fP = typename __rebind< _Ptr, _Up >::type" .br .RI "A pointer to a different type\&. " .in -1c .SH "Detailed Description" .PP .SS "template .br struct std::pointer_traits< _Ptr >"Uniform interface to all pointer-like types\&. .PP Definition at line \fB100\fP of file \fBptr_traits\&.h\fP\&. .SH "Member Typedef Documentation" .PP .SS "template using \fBstd::pointer_traits\fP< _Ptr >::difference_type = __detected_or_t" .PP The type used to represent the difference between two pointers\&. .PP Definition at line \fB118\fP of file \fBptr_traits\&.h\fP\&. .SS "template using \fBstd::pointer_traits\fP< _Ptr >::pointer = _Ptr" .PP The pointer type\&. .PP Definition at line \fB115\fP of file \fBptr_traits\&.h\fP\&. .SS "template template using \fBstd::pointer_traits\fP< _Ptr >::rebind = typename __rebind<_Ptr, _Up>::type" .PP A pointer to a different type\&. .PP Definition at line \fB123\fP of file \fBptr_traits\&.h\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.