![]() |
Chemical Data Processing Library C++ API - Version 1.3.0
|
FeatureTypeMatchFunctor. More...
#include <FeatureTypeMatchFunctor.hpp>
Public Member Functions | |
| bool | operator() (const Feature &ftr1, const Feature &ftr2) const |
| Checks if ftr1 and ftr2 have the same feature type. More... | |
| bool CDPL::Pharm::FeatureTypeMatchFunctor::operator() | ( | const Feature & | ftr1, |
| const Feature & | ftr2 | ||
| ) | const |
Checks if ftr1 and ftr2 have the same feature type.
| ftr1 | The first feature. |
| ftr2 | The second feature. |
true if the feature types are equal, and false otherwise.