Same as the unsigned int overload.
Declared in <bdlb_bitutil.h>
static
unsigned long
roundUp(
unsigned long value,
unsigned long boundary);
least multiple of boundary not less than value, or 0
| Name | Description |
|---|---|
| value | value to round up |
| boundary | power-of-two alignment boundary |