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

Method binaryToStringHelper

src/image_int.hpp:67–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65template <typename T>
66struct binaryToStringHelper {
67 constexpr binaryToStringHelper(Slice<T>&& myBuf) noexcept : buf_(std::move(myBuf)) {
68 }
69
70 // the Slice is stored by value to avoid dangling references, in case we
71 // invoke:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected