OpenMS
Loading...
Searching...
No Matches
OpenMS::IsNotIdentificationVector Concept Reference

Concept to exclude std::vector of identification types (used to disambiguate template overloads) More...

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

Concept definition

template<typename T>
!std::is_same_v<T, std::vector<PeptideIdentification>> &&
!std::is_same_v<T, std::vector<ProteinIdentification>> &&
!std::is_same_v<T, PeptideIdentificationList>
Concept to exclude std::vector of identification types (used to disambiguate template overloads)
Definition IDFilter.h:45

Detailed Description

Concept to exclude std::vector of identification types (used to disambiguate template overloads)