![]() |
Exiv2
|
Helper struct for binary data output via binaryToString. More...
#include <image_int.hpp>
Public Member Functions | |
binaryToStringHelper (const Slice< T > buf) throw () | |
Public Attributes | |
const Slice< T > | buf_ |
Friends | |
std::ostream & | operator (std::ostream &stream, const binaryToStringHelper< T > &binToStr) |
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.