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

#include <IteratorTraits.h>

Static Public Attributes

static const bool value = false

Detailed Description

template<typename IC, bool flagHasNestedType = false>
struct DGtal::detail::IsCirculator< IC, flagHasNestedType >

Aim: Checks whether type is a circular or a classical iterator. NB: from en.wikipedia.org/wiki/Substitution_failure_is_not_an_error.

Description of template class 'IsCirculator'

Template Parameters:
ICany iterator or circulator

Definition at line 99 of file IteratorTraits.h.


Field Documentation

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

Definition at line 101 of file IteratorTraits.h.


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