OpenMS
IDFilter::HasNoHits< IdentificationType > Struct Template Reference

Is the list of hits of this peptide/protein ID empty? More...

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

Public Types

typedef IdentificationType argument_type
 

Public Member Functions

bool operator() (const IdentificationType &id) const
 

Detailed Description

template<class IdentificationType>
struct OpenMS::IDFilter::HasNoHits< IdentificationType >

Is the list of hits of this peptide/protein ID empty?

Member Typedef Documentation

◆ argument_type

typedef IdentificationType argument_type

Member Function Documentation

◆ operator()()

bool operator() ( const IdentificationType &  id) const
inline