Module alignas

Module alignas 

Source
Expand description

Types that have forced alignment size desired by the user.

For the rough CXX equivalent of this code: https://en.cppreference.com/w/cpp/language/alignas

Structsยง

AlignAs2
Applies predetermined alignment size to an object.
AlignAs4
Applies predetermined alignment size to an object.
AlignAs8
Applies predetermined alignment size to an object.
AlignAs16
Applies predetermined alignment size to an object.
AlignAs32
Applies predetermined alignment size to an object.
AlignAs64
Applies predetermined alignment size to an object.
AlignAs128
Applies predetermined alignment size to an object.
AlignAs256
Applies predetermined alignment size to an object.
AlignAs512
Applies predetermined alignment size to an object.
AlignAs1024
Applies predetermined alignment size to an object.
AlignAs2048
Applies predetermined alignment size to an object.
AlignAs4096
Applies predetermined alignment size to an object.
AlignAs8192
Applies predetermined alignment size to an object.
AlignAs16384
Applies predetermined alignment size to an object.
AlignAs32768
Applies predetermined alignment size to an object.