Class for encoding byte blocks into base64 format. More...
#include <eagine/base64dump.hpp>
Public Member Functions | |
base64dump (memory::const_block mb) noexcept | |
Construction initializing the dumped memory block. | |
Friends | |
auto | operator<< (std::ostream &out, const base64dump &src) -> std::ostream & |
Operator for writing instances of base64dump to standard output streams. | |
Class for encoding byte blocks into base64 format.
This class stores a memory block and can be used to write the content of the block into an standard output stream in base64-encoding.