#include <MzidPredicates.hpp>
List of all members.
Public Member Functions |
bool | operator() (ContactPtr contact) |
Detailed Description
Definition at line 114 of file MzidPredicates.hpp.
Member Function Documentation
bool pwiz::identdata::person_p::operator() |
( |
ContactPtr |
contact | ) |
|
|
inline |
Definition at line 116 of file MzidPredicates.hpp.
{
return typeid(contact.get()).name() == typeid(Person*).name();
}
The documentation for this struct was generated from the following file: