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

#include <MzidPredicates.hpp>

Public Member Functions

bool operator() (ContactPtr contact)
 

Detailed Description

Definition at line 106 of file MzidPredicates.hpp.

Member Function Documentation

§ operator()()

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

Definition at line 108 of file MzidPredicates.hpp.

109  {
110  return typeid(contact.get()).name() == typeid(Organization*).name();
111  }

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