MessagePack types as defined in the standard, with the exception of Integer being divided into a signed Int and unsigned UInt variant in order to map directly to C++ types. More...
MessagePack types as defined in the standard, with the exception of Integer being divided into a signed Int and unsigned UInt variant in order to map directly to C++ types.
The types map onto corresponding union members of the [Object](structllvm%5F1%5F1msgpack%5F1%5F1Object.html "MessagePack object, represented as a tagged union of C++ types.") struct.