VLink  2.0.0
A high-performance communication middleware
RawData结构体 参考

64-byte POD container that wraps an opaque byte payload with a Header prefix. 更多...

#include <raw_data.h>

RawData 的协作图:

详细描述

64-byte POD container that wraps an opaque byte payload with a Header prefix.

The struct is locked at 64 bytes on 64-bit targets via static_assert; 32-bit toolchains emit a build-time warning because the embedded pointer and size widths shift the layout. The wire envelope uses magic-number sentinels to detect truncation and corruption before memcpy of the struct header.


该结构体的文档由以下文件生成: