![]() |
Exiv2
|
Helper struct for binary data output via binaryToString. More...
Public Member Functions | |
constexpr | binaryToStringHelper (Slice< T > &&myBuf) noexcept |
Public Attributes | |
Slice< T > | buf_ |
Helper struct for binary data output via binaryToString.
The only purpose of this struct is to provide a custom operator<<(std::ostream&)
for the output of binary data, that is not used for all Slices by default.