OpenMS
IDScoreGetterSetter::IsHitType< T > Struct Template Reference
Collaboration diagram for IDScoreGetterSetter::IsHitType< T >:
[legend]

Static Public Attributes

static bool const value = std::is_same<T, PeptideHit>::value || std::is_same<T, ProteinHit>::value
 

Member Data Documentation

◆ value

bool const value = std::is_same<T, PeptideHit>::value || std::is_same<T, ProteinHit>::value
static