#include <metadatum.hpp>
Collaboration diagram for Exiv2::FindMetadatumByKey:
Public Member Functions | |
FindMetadatumByKey (const std::string &key) | |
Constructor, initializes the object with the tag to look for. | |
bool | operator() (const Metadatum &metadatum) const |
Returns true if the key of the argument metadatum is equal to that of the object. |