|
NexusForce 1.0.0
A rigorously engineered full-stack C++ backend library.
|
端序转换工具 更多...
#include "NeForce/core/typeinfo/type_traits.hpp"类 | |
| struct | neforce::endian |
| 端序转换工具结构体 更多... | |
端序转换工具
此文件提供了跨平台的端序(字节序)检测和转换功能。 支持大端序(Big Endian)和小端序(Little Endian)之间的转换, 以及主机序与网络序之间的转换。
端序说明:
在文件 endian.hpp 中定义.