Byte offset of the payload size field within the header.
Synopsis
Declared in <protocol.h>
inline constexpr static
size_t MESSAGE_SIZE_OFFSET = std::tuple_size_v<MessageStartChars> + MESSAGE_TYPE_SIZE;
Created with MrDocs