DGtal  1.2.0
Static Public Attributes
DGtal::concepts::ConceptUtils::SameType< T1, T2 > Struct Template Reference

#include <DGtal/base/ConceptUtils.h>

Static Public Attributes

static const bool value = false
 

Detailed Description

template<typename T1, typename T2>
struct DGtal::concepts::ConceptUtils::SameType< T1, T2 >

Test if the two types T1 and T2 are equals. value = true if yes, false otherwise.

Definition at line 106 of file ConceptUtils.h.

Field Documentation

◆ value

template<typename T1 , typename T2 >
const bool DGtal::concepts::ConceptUtils::SameType< T1, T2 >::value = false
static

Definition at line 107 of file ConceptUtils.h.


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