|
constexprnoexcept |
Realigns a pointer over a given power-of-2 alignment constraint.
ptr | Pointer to realign |
alignment | Alignment constraint to apply. Behavior is undefined if this constraint is not a power of 2. |
T
which address is greater or equal to ptr
and which value is a multiple of alignment
.