DGtal 1.3.0
Loading...
Searching...
No Matches
Public Types
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 >
typedef 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: