Constructor, initializes the object with the key to look for
| 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. |
nothing calls this directly
no outgoing calls
no test coverage detected