Concept to exclude std::vector of identification types (used to disambiguate template overloads)
More...
#include <OpenMS/PROCESSING/ID/IDFilter.h>
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
Concept to exclude std::vector of identification types (used to disambiguate template overloads)