MCPcopy Create free account
hub / github.com/Exiv2/exiv2 / FindExifdatumByKey

Method FindExifdatumByKey

src/exif.cpp:39–40  ·  view source on GitHub ↗

Constructor, initializes the object with the key to look for

Source from the content-addressed store, hash-verified

37 public:
38 //! Constructor, initializes the object with the key to look for
39 explicit FindExifdatumByKey(std::string key) : key_(std::move(key)) {
40 }
41 /*!
42 @brief Returns true if the key of \em exifdatum is equal
43 to that of the object.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected