rfl::Bytestring
¶
rfl::Bytestring
is a simple alias:
namespace rfl {
using Bytestring = std::vector<std::byte>;
}
Bytestrings are supported by BSON, CBOR, flexbuffers and msgpack. Textual formats do not support them.
rfl::Bytestring
¶rfl::Bytestring
is a simple alias:
namespace rfl {
using Bytestring = std::vector<std::byte>;
}
Bytestrings are supported by BSON, CBOR, flexbuffers and msgpack. Textual formats do not support them.