ALIGN_VALUE

Rounds a value up to the next boundary using a specified alignment.

This function rounds Value up to the next boundary using the specified Alignment. This aligned value is returned.

extern (C)
ALIGN_VALUE
(
T
)

Parameters

Value T

The value to round up.

Alignment T

The alignment boundary used to return the aligned value.

Return Value

Type: auto

A value up to the next boundary.

Meta