Same as the unsigned int overload.

Synopsis

Declared in <bdlb_bitutil.h>

static
unsigned long long
roundUp(
    unsigned long long value,
    unsigned long long boundary);

Return Value

least multiple of boundary not less than value, or 0

Parameters

Name

Description

value

value to round up

boundary

power‐of‐two alignment boundary

Created with MrDocs