Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
336
std::string Exifdatum::toString() const {
337
return value_ ? value_->toString() :
""
;
338
}
339
340
std::string Exifdatum::toString(size_t n) const {
341
return value_ ? value_->toString(n) :
""
;
Callers
1
exif.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected