File failed to load: https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.3/config/TeX-MML-AM_CHTML/MathJax.js
DGtal 1.4.2
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
DGtal::IteratorCirculatorType< IC > Struct Template Reference

Aim: Provides the type of IC as a nested type: either IteratorType or CirculatorType. More...

#include <DGtal/base/IteratorCirculatorTraits.h>

Public Types

typedef detail::IteratorCirculatorTypeImpl< IsCirculator< IC >::value >::Type Type
 

Detailed Description

template<typename IC>
struct DGtal::IteratorCirculatorType< IC >

Aim: Provides the type of IC as a nested type: either IteratorType or CirculatorType.

Description of template class 'IteratorCirculatorType'

Template Parameters
ICany iterator or circulator

Definition at line 190 of file IteratorCirculatorTraits.h.

Member Typedef Documentation

◆ Type

template<typename IC >
detail::IteratorCirculatorTypeImpl<IsCirculator<IC>::value>::Type DGtal::IteratorCirculatorType< IC >::Type

Definition at line 192 of file IteratorCirculatorTraits.h.


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