Enumeration of supported byte orders.
Declared in <bdlde_byteorder.h>
enum Enum;
| Name | Description |
|---|---|
e_LITTLE_ENDIAN | Least-significant byte first. |
e_BIG_ENDIAN | Most-significant byte first. |
e_NETWORK | Network byte order (always big-endian). |
e_HOST | Host byte order on this platform (little-endian here). |