DGtal  1.2.0
Static Public Attributes
DGtal::concepts::ConceptUtils::CheckTrueOrFalse< T > Struct Template Reference

#include <DGtal/base/ConceptUtils.h>

Static Public Attributes

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

Detailed Description

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

Test if T is equal to TagTrue or TagFalse.

Definition at line 150 of file ConceptUtils.h.

Field Documentation

◆ value

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

Definition at line 151 of file ConceptUtils.h.


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