Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Exiv2/exiv2
/ copy
Method
copy
src/iptc.cpp:68–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
}
67
68
size_t Iptcdatum::copy(byte* buf, ByteOrder byteOrder) const {
69
return value_ ? value_->copy(buf, byteOrder) : 0;
70
}
71
72
std::ostream& Iptcdatum::write(std::ostream& os, const ExifData*) const {
73
return os << value();
Callers
1
encode
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected