|
nodiscardconstexprnoexcept |
Inform the compiler that a pointer is aligned.
| _Align | An alignment value (i.e. a power of two) |
| _Tp | An object type |
| __ptr | A pointer that is aligned to _Align |
C++20 20.10.6 [ptr.align]
Definition at line 90 of file align.h.
References _GLIBCXX_DEBUG_ASSERT, and assume_aligned().
Referenced by assume_aligned().

