[#BloombergLP-bdlde-ByteOrder] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlde.adoc[bdlde]::ByteOrder :relfileprefix: ../../ :mrdocs: This `struct` provides a namespace for enumerating the set of byte orders. See `Enum` in the TYPES sub‐section for details. == Synopsis Declared in `<bdlde_byteorder.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct ByteOrder; ---- == Description This class: * supports a complete set of _enumeration_ operations * except for `bdex` serialization For terminology see `bsldoc_glossary`. == Enums [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlde/ByteOrder/Enum.adoc[`Enum`] | Enumeration of supported byte orders. |=== == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlde/ByteOrder/print.adoc[`print`] | Write the string representation of the specified enumeration `value` to the specified output `stream`. | xref:BloombergLP/bdlde/ByteOrder/toAscii.adoc[`toAscii`] | Return the string representation of the specified enumeration `value`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#