ProteoWizard
Public Member Functions | List of all members
pwiz::identdata::person_p Struct Reference

#include <MzidPredicates.hpp>

Public Member Functions

bool operator() (ContactPtr contact)
 

Detailed Description

Definition at line 114 of file MzidPredicates.hpp.

Member Function Documentation

§ operator()()

bool pwiz::identdata::person_p::operator() ( ContactPtr  contact)
inline

Definition at line 116 of file MzidPredicates.hpp.

117  {
118  return typeid(contact.get()).name() == typeid(Person*).name();
119  }

The documentation for this struct was generated from the following file: