libstdc++
std::pointer_traits< _Ptr > Struct Template Reference

Inherits std::__ptrtr_pointer_to< _Ptr >.

List of all members.

Public Types

Static Public Member Functions

Friends


Detailed Description

template<typename _Ptr>
struct std::pointer_traits< _Ptr >

Uniform interface to all pointer-like types.

Definition at line 134 of file ptr_traits.h.


Member Typedef Documentation

template<typename _Ptr >
typedef __ptrtr_diff_type<_Ptr>::__type std::pointer_traits< _Ptr >::difference_type

Type used to represent the difference between two pointers.

Definition at line 141 of file ptr_traits.h.

template<typename _Ptr >
typedef __ptrtr_elt_type<_Ptr>::__type std::pointer_traits< _Ptr >::element_type

The type pointed to.

Definition at line 139 of file ptr_traits.h.

template<typename _Ptr >
typedef _Ptr std::pointer_traits< _Ptr >::pointer

The pointer type.

Definition at line 137 of file ptr_traits.h.


The documentation for this struct was generated from the following file: