[#BloombergLP-bsls-AlignmentToType-0c] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::AlignmentToType :relfileprefix: ../../ :mrdocs: This `struct` provides a `typedef`, `Type`, that aliases a type having the specified `ALIGNMENT` requirement. == Synopsis Declared in `<bsls_alignmenttotype.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<int ALIGNMENT> struct AlignmentToType; ---- == Types [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bsls/AlignmentToType-0c/Type.adoc[`Type`] | Placeholder type with the specified `ALIGNMENT`. |=== == Specializations [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bsls/AlignmentToType-05.adoc[`AlignmentToType<16>`] | This `struct` provides a `typedef`, `Type`, that aliases a type having the specified `ALIGNMENT` requirement. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#