DGtal  1.2.0
Public Types
DGtal::IteratorCirculatorTraits< T const * > Struct Template Reference

#include <DGtal/base/IteratorCirculatorTraits.h>

Public Types

typedef IteratorType Type
 
typedef RandomAccessCategory Category
 
typedef T Value
 
typedef ptrdiff_t Difference
 
typedef T const * Pointer
 
typedef T const & Reference
 

Detailed Description

template<class T>
struct DGtal::IteratorCirculatorTraits< T const * >

Definition at line 321 of file IteratorCirculatorTraits.h.

Member Typedef Documentation

◆ Category

template<class T >
typedef RandomAccessCategory DGtal::IteratorCirculatorTraits< T const * >::Category

Definition at line 324 of file IteratorCirculatorTraits.h.

◆ Difference

template<class T >
typedef ptrdiff_t DGtal::IteratorCirculatorTraits< T const * >::Difference

Definition at line 326 of file IteratorCirculatorTraits.h.

◆ Pointer

template<class T >
typedef T const* DGtal::IteratorCirculatorTraits< T const * >::Pointer

Definition at line 327 of file IteratorCirculatorTraits.h.

◆ Reference

template<class T >
typedef T const& DGtal::IteratorCirculatorTraits< T const * >::Reference

Definition at line 328 of file IteratorCirculatorTraits.h.

◆ Type

template<class T >
typedef IteratorType DGtal::IteratorCirculatorTraits< T const * >::Type

Definition at line 323 of file IteratorCirculatorTraits.h.

◆ Value

template<class T >
typedef T DGtal::IteratorCirculatorTraits< T const * >::Value

Definition at line 325 of file IteratorCirculatorTraits.h.


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