#include <MzidPredicates.hpp>
Definition at line 49 of file MzidPredicates.hpp.
◆ software_p()
pwiz::identdata::software_p::software_p |
( |
const CVID |
id | ) |
|
|
inline |
◆ operator()()
bool pwiz::identdata::software_p::operator() |
( |
const AnalysisSoftwarePtr |
p | ) |
|
|
inline |
Definition at line 55 of file MzidPredicates.hpp.
56 {
57 bool result = false;
58
59 if (p.get())
60 result = p->softwareName.hasCVParam(id);
61
62 return result;
63 }
◆ id
CVID pwiz::identdata::software_p::id |
The documentation for this struct was generated from the following file: