#include <exif.hpp>
Public Member Functions | |
FindMetadatumByIfdIdIdx (IfdId ifdId, int idx) | |
Constructor, initializes the object with the ifd id and idx to look for. | |
bool | operator() (const Exifdatum &exifdatum) const |
Returns true if the ifd id and idx of the argument exifdatum is equal to that of the object. |