Return the alignment of the specified address. Returns 0 if address is 0. Note that the returned value might be larger than BSLS_MAX_ALIGNMENT.

Synopsis

Declared in <bsls_alignmentutil.h>

static
std::size_t
pointerAlignment(void const* address);

Created with MrDocs