STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Types | List of all members
iterator_traits< _Ty * > Struct Template Reference

Public Types

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

Member Typedef Documentation

template<class _Ty >
typedef ptrdiff_t iterator_traits< _Ty * >::difference_type
template<class _Ty >
typedef random_access_iterator_tag iterator_traits< _Ty * >::iterator_category
template<class _Ty >
typedef _Ty* iterator_traits< _Ty * >::pointer
template<class _Ty >
typedef _Ty& iterator_traits< _Ty * >::reference
template<class _Ty >
typedef _Ty iterator_traits< _Ty * >::value_type

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