|
constexprnoexcept |
Checks if a pointer satisfy an alignment constraint.
ptr | Pointer to check |
lanes | Alignment constraint to verify expressed as a SIMD register number of lanes. |
true
if ptr
is aligned over the alignment implied by lanes
, false
otherwise.