libstdc++
std::iterator_traits< _Tp * > Struct Template Reference

Public Types

typedef ptrdiff_t difference_type
 
typedef random_access_iterator_tag iterator_category
 
typedef _Tp * pointer
 
typedef _Tp & reference
 
typedef _Tp value_type
 

Detailed Description

template<typename _Tp>
struct std::iterator_traits< _Tp * >

Partial specialization for pointer types.

Definition at line 176 of file stl_iterator_base_types.h.


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