Base64Encoder.this

Create a base64 encoder.

class Base64Encoder
this
(
bool breaks = false
,
size_t length = 72
,
bool t_n = false
)

Parameters

breaks bool

whether to use line breaks in the output

length size_t

the length of the lines of the output

t_n bool

whether to use a trailing newline

Meta