PPL Logo

std::std::iterator_traits< T * > Struct Template Reference

#include <spanningTreeStrategy.h>


Public Types

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


Detailed Description

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

Definition at line 25 of file spanningTreeStrategy.h.


Member Typedef Documentation

template<class T>
typedef random_access_iterator_tag std::std::iterator_traits< T * >::iterator_category

Definition at line 26 of file spanningTreeStrategy.h.

template<class T>
typedef T std::std::iterator_traits< T * >::value_type

Definition at line 27 of file spanningTreeStrategy.h.

template<class T>
typedef ptrdiff_t std::std::iterator_traits< T * >::difference_type

Definition at line 28 of file spanningTreeStrategy.h.

template<class T>
typedef T* std::std::iterator_traits< T * >::pointer

Definition at line 29 of file spanningTreeStrategy.h.

template<class T>
typedef T& std::std::iterator_traits< T * >::reference

Definition at line 30 of file spanningTreeStrategy.h.


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

Generated on Mon Sep 21 08:34:25 2020 for Charm++ by  doxygen 1.5.5