#define ONIXS_ILINK3_EXPORTED
static void decode(ByteArray &decoded, const std::string &encoded)
Reconstructs the binary data from a BASE64-encoded string.
static void decode(ByteArray &decoded, Messaging::StrRef encoded)
Reconstructs the binary data from a BASE64-encoded string.
std::vector< unsigned char > ByteArray
Byte sequence.
std::basic_string_view< Char > StrRef