LLVM 19.0.0git
llvm::msgpack::FixMax Namespace Reference

The maximum value or size encodable in "Fix" variants of formats. More...

Detailed Description

The maximum value or size encodable in "Fix" variants of formats.

For example, FixStr objects encode their size in the five least significant bits of their first byte, so the largest encodable size is 0b00011111.