Unary predicate that matches an Iptcdatum with given record and dataset. More...
#include <iptc.hpp>
Public Member Functions | |
FindMetadatumById (uint16_t dataset, uint16_t record) | |
Constructor, initializes the object with the record and dataset id. | |
bool | operator() (const Iptcdatum &iptcdatum) const |
Returns true if the record and dataset id of the argument Iptcdatum is equal to that of the object. |
Unary predicate that matches an Iptcdatum with given record and dataset.