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

#include <ConceptUtils.h>

Static Public Attributes

static const bool value = CheckTrue<T>::value||CheckFalse<T>::value

Detailed Description

template<typename T>
struct DGtal::ConceptUtils::CheckTrueOrFalse< T >

Test if T is equal to TagTrue or TagFalse.

Definition at line 152 of file ConceptUtils.h.


Field Documentation

template<typename T >
const bool DGtal::ConceptUtils::CheckTrueOrFalse< T >::value = CheckTrue<T>::value||CheckFalse<T>::value
static

Definition at line 153 of file ConceptUtils.h.


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