DGtal
1.5.beta
|
Aim: Checks whether type IC is a circular or a classical iterator. Static value set to 'true' for a circulator, 'false' otherwise.
More...
#include <DGtal/base/IteratorCirculatorTraits.h>
Public Types | |
typedef detail::IsCirculator< IC, detail::HasNestedTypeType< IC >::value > | IsCirculatorHelper |
Public Member Functions | |
BOOST_STATIC_CONSTANT (bool, value=IsCirculatorHelper::value) | |
Aim: Checks whether type IC is a circular or a classical iterator. Static value set to 'true' for a circulator, 'false' otherwise.
Description of template class 'IsCirculator'
IC | any iterator or circulator |
Definition at line 151 of file IteratorCirculatorTraits.h.
typedef detail::IsCirculator<IC, detail::HasNestedTypeType<IC>::value > DGtal::IsCirculator< IC >::IsCirculatorHelper |
Definition at line 153 of file IteratorCirculatorTraits.h.
DGtal::IsCirculator< IC >::BOOST_STATIC_CONSTANT | ( | bool | , |
value | = IsCirculatorHelper::value |
||
) |