[#BloombergLP-bsls-Alignment-is4ByteAligned] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::xref:BloombergLP/bsls/Alignment.adoc[Alignment]::is4ByteAligned :relfileprefix: ../../../ :mrdocs: Return `true` if the specified `address` is aligned on a 4‐byte boundary (i.e., the integer value of `address` is divisible by 4), and `false` otherwise. == Synopsis Declared in `<bsls_alignment.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static bool is4ByteAligned(void const* address); ---- == Description DEPRECATED: Use `AlignmentUtil::is4ByteAligned` instead. [.small]#Created with https://www.mrdocs.com[MrDocs]#