[#CustomUintFormatter-MAX] = xref:CustomUintFormatter.adoc[CustomUintFormatter]::MAX :relfileprefix: ../ :mrdocs: The largest value representable in the configured number of bytes. == Synopsis Declared in `<serialize.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline constexpr static uint64_t MAX = 0xffffffffffffffff >> (8 * (8 ‐ Bytes)); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#