|
GridFormat 0.5.0
I/O-Library for grid-like data structures
|
Base64 encoder.
#include <base64.hpp>
Public Member Functions | |
| template<typename Stream > | |
| constexpr auto | operator() (Stream &s) const noexcept |
| Return a base64 stream. | |
| constexpr auto | operator() (Base64EncoderOptions opts) const |
| Return an encoder instance with different options. | |
Static Public Member Functions | |
| static Base64 | with (Base64EncoderOptions opts) |
| Return a base64 encoder with the given options. | |