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

Method toString

src/exif.cpp:336–338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

334}
335
336std::string Exifdatum::toString() const {
337 return value_ ? value_->toString() : "";
338}
339
340std::string Exifdatum::toString(size_t n) const {
341 return value_ ? value_->toString(n) : "";

Callers 1

exif.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected