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

Method DataBuf

src/types.cpp:93–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93DataBuf::DataBuf(size_t size) : pData_(size) {
94}
95
96DataBuf::DataBuf(const byte* pData, size_t size) : pData_(size) {
97 std::copy_n(pData, size, pData_.begin());

Callers

nothing calls this directly

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected