|
constexprnoexcept |
Realigns a pointer under 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 lesser or equal to ptr
and which value is a multiple of alignment
.