DGtal  0.6.devel
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Static Public Attributes
DGtal::IsCirculator< IC > Struct Template Reference

#include <IteratorTraits.h>

Static Public Attributes

static const bool value = detail::IsCirculator<IC, detail::HasNestedType<IC>::value >::value

Detailed Description

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

Aim: Checks whether type is a circular or a classical iterator.

Description of template class 'IsCirculator'

Template Parameters:
ICany iterator or circulator

Definition at line 129 of file IteratorTraits.h.


Field Documentation

template<typename IC >
const bool DGtal::IsCirculator< IC >::value = detail::IsCirculator<IC, detail::HasNestedType<IC>::value >::value
static

Definition at line 131 of file IteratorTraits.h.


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