[#BloombergLP-bsls-PlatformUtil-isLittleEndian] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::xref:BloombergLP/bsls/PlatformUtil.adoc[PlatformUtil]::isLittleEndian :relfileprefix: ../../../ :mrdocs: Return `true` if this platform is "little‐endian", and `false` otherwise. Note that "little‐endian" (i.e., the least significant byte of data at the lowest byte address) is inconsistent with network byte order. == Synopsis Declared in `<bsls_platformutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static bool isLittleEndian(); ---- == Description DEPRECATED: Use preprocessor macro `BSLS_PLATFORMUTIL_IS_BIG_ENDIAN` defined in `bsls_platform` instead. [.small]#Created with https://www.mrdocs.com[MrDocs]#