OpenMS
IDFilter::HasMaxMetaValue< HitType > Struct Template Reference

Does a meta value of this hit have at most the given value? More...

#include <OpenMS/FILTERING/ID/IDFilter.h>

Collaboration diagram for IDFilter::HasMaxMetaValue< HitType >:
[legend]

Public Types

typedef HitType argument_type
 

Public Member Functions

 HasMaxMetaValue (const String &key_, const double &value_)
 
bool operator() (const HitType &hit) const
 

Public Attributes

String key
 
double value
 

Detailed Description

template<class HitType>
struct OpenMS::IDFilter::HasMaxMetaValue< HitType >

Does a meta value of this hit have at most the given value?

Member Typedef Documentation

◆ argument_type

typedef HitType argument_type

Constructor & Destructor Documentation

◆ HasMaxMetaValue()

HasMaxMetaValue ( const String key_,
const double &  value_ 
)
inline

Member Function Documentation

◆ operator()()

bool operator() ( const HitType &  hit) const
inline

References DataValue::isEmpty().

Member Data Documentation

◆ key

String key

◆ value

double value