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

Method LangAltValue

src/value.cpp:630–631  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

628}
629
630LangAltValue::LangAltValue() : XmpValue(langAlt) {
631}
632
633LangAltValue::LangAltValue(const std::string& buf) : XmpValue(langAlt) {
634 read(buf);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected