Enumeration of supported byte orders.

Synopsis

Declared in <bdlde_byteorder.h>

enum Enum;

Members

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).

Created with MrDocs