DGtal 2.0.0
Loading...
Searching...
No Matches
DGtal::detail::IsCirculatorFromType< IC, ICType > Struct Template Reference

Aim: In order to check whether type IC is a circular or a classical iterator, the nested type called 'Type' is read. More...

#include <DGtal/base/IteratorCirculatorTraits.h>

Inheritance diagram for DGtal::detail::IsCirculatorFromType< IC, ICType >:
[legend]

Public Member Functions

 BOOST_STATIC_CONSTANT (bool, value=false)

Detailed Description

template<typename IC, typename ICType>
struct DGtal::detail::IsCirculatorFromType< IC, ICType >

Aim: In order to check whether type IC is a circular or a classical iterator, the nested type called 'Type' is read.

Description of template class 'IsCirculatorFromType'

Template Parameters
ICany iterator or circulator

Definition at line 100 of file IteratorCirculatorTraits.h.

Member Function Documentation

◆ BOOST_STATIC_CONSTANT()

template<typename IC, typename ICType>
DGtal::detail::IsCirculatorFromType< IC, ICType >::BOOST_STATIC_CONSTANT ( bool ,
value = false )

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