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