Arene Base
Fundamental Utilities For Safety Critical C++
Loading...
Searching...
No Matches
std::iterator_traits< T const * > Class Template Reference

specialization for pointer to const type More...

Inheritance diagram for std::iterator_traits< T const * >:
Inheritance graph

Public Types

using difference_type = std::ptrdiff_t
 difference_type
 
using iterator_category = std::random_access_iterator_tag
 iterator_category
 
using pointer = T const*
 pointer
 
using reference = T const&
 reference
 
using value_type = T
 value_type
 

Detailed Description

template<class T>
class std::iterator_traits< T const * >

specialization for pointer to const type

Template Parameters
Ttype

Member Typedef Documentation

◆ difference_type

template<class T>
using std::iterator_traits< T const * >::difference_type = std::ptrdiff_t

◆ iterator_category

template<class T>
using std::iterator_traits< T const * >::iterator_category = std::random_access_iterator_tag

◆ pointer

template<class T>
using std::iterator_traits< T const * >::pointer = T const*

pointer

◆ reference

template<class T>
using std::iterator_traits< T const * >::reference = T const&

reference

◆ value_type

template<class T>
using std::iterator_traits< T const * >::value_type = T

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