Return true if the specified address is aligned on a 2‐byte boundary (i.e., the integer value of address is divisible by 2), and false otherwise.

Synopsis

Declared in <bsls_alignment.h>

static
bool
is2ByteAligned(void const* address);

Description

DEPRECATED: Use AlignmentUtil::is2ByteAligned instead.

Created with MrDocs