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

#include <stl_iterator_base_types.h>

Public Types

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

Detailed Description

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

Partial specialization for const pointer types.

Definition at line 221 of file stl_iterator_base_types.h.

Member Typedef Documentation

◆ difference_type

template<typename _Tp >
typedef ptrdiff_t std::iterator_traits< const _Tp * >::difference_type

Definition at line 225 of file stl_iterator_base_types.h.

◆ iterator_category

template<typename _Tp >
typedef random_access_iterator_tag std::iterator_traits< const _Tp * >::iterator_category

Definition at line 223 of file stl_iterator_base_types.h.

◆ pointer

template<typename _Tp >
typedef const _Tp* std::iterator_traits< const _Tp * >::pointer

Definition at line 226 of file stl_iterator_base_types.h.

◆ reference

template<typename _Tp >
typedef const _Tp& std::iterator_traits< const _Tp * >::reference

Definition at line 227 of file stl_iterator_base_types.h.

◆ value_type

template<typename _Tp >
typedef _Tp std::iterator_traits< const _Tp * >::value_type

Definition at line 224 of file stl_iterator_base_types.h.


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