This struct provides a typedef, Type, that aliases a type having the specified ALIGNMENT requirement.
Declared in <bsls_alignmenttotype.h>
template<int ALIGNMENT>
struct AlignmentToType;
| Name | Description |
|---|---|
Type | Placeholder type with the specified ALIGNMENT. |
| Name | Description |
|---|---|
AlignmentToType<16> | This struct provides a typedef, Type, that aliases a type having the specified ALIGNMENT requirement. |