Return the specified size (in bytes) rounded up to the smallest integral multiple of the maximum alignment. The behavior is undefined unless 0 <= size.
Synopsis
Declared in <bsls_platformutil.h>
static
int
roundUpToMaximalAlignment(int size);
Description
lmf_ForwardingTypeDEPRECATED: Use AlignmentUtil::roundUpToMaximalAlignment instead.
Created with MrDocs