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

Method clone

src/value.cpp:512–514  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

510}
511
512XmpTextValue::UniquePtr XmpTextValue::clone() const {
513 return UniquePtr(clone_());
514}
515
516size_t XmpTextValue::size() const {
517 std::ostringstream os;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected