[#BloombergLP-bsls-AlignmentImpCalc-098] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::AlignmentImpCalc :relfileprefix: ../../ :mrdocs: This `struct` provides an enumerator `VALUE` that is initialized to the required alignment for the specified `TYPE`. == Synopsis Declared in `<bsls_alignmentimp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> struct AlignmentImpCalc; ---- == Type Aliases [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bsls/AlignmentImpCalc-098/Tag.adoc[`Tag`] | Alias for the unique type for each alignment value. |=== == Enums [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bsls/AlignmentImpCalc-098/_04enum.adoc[`Unnamed enum`] | Compile‐time alignment constants for `TYPE`. |=== == Specializations [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bsls/AlignmentImpCalc-0cf.adoc[`AlignmentImpCalc<bool>`] | This `struct` provides an enumerator `VALUE` that is initialized to the required alignment for the specified `TYPE`. | xref:BloombergLP/bsls/AlignmentImpCalc-058.adoc[`AlignmentImpCalc<char>`] | This `struct` provides an enumerator `VALUE` that is initialized to the required alignment for the specified `TYPE`. | xref:BloombergLP/bsls/AlignmentImpCalc-032.adoc[`AlignmentImpCalc<double>`] | This `struct` provides an enumerator `VALUE` that is initialized to the required alignment for the specified `TYPE`. | xref:BloombergLP/bsls/AlignmentImpCalc-07.adoc[`AlignmentImpCalc<float>`] | This `struct` provides an enumerator `VALUE` that is initialized to the required alignment for the specified `TYPE`. | xref:BloombergLP/bsls/AlignmentImpCalc-0e.adoc[`AlignmentImpCalc<int>`] | This `struct` provides an enumerator `VALUE` that is initialized to the required alignment for the specified `TYPE`. | xref:BloombergLP/bsls/AlignmentImpCalc-09e.adoc[`AlignmentImpCalc<long>`] | This `struct` provides an enumerator `VALUE` that is initialized to the required alignment for the specified `TYPE`. | xref:BloombergLP/bsls/AlignmentImpCalc-061d.adoc[`AlignmentImpCalc<long double>`] | This `struct` provides an enumerator `VALUE` that is initialized to the required alignment for the specified `TYPE`. | xref:BloombergLP/bsls/AlignmentImpCalc-0617.adoc[`AlignmentImpCalc<long long>`] | This `struct` provides an enumerator `VALUE` that is initialized to the required alignment for the specified `TYPE`. | xref:BloombergLP/bsls/AlignmentImpCalc-0cd.adoc[`AlignmentImpCalc<short>`] | This `struct` provides an enumerator `VALUE` that is initialized to the required alignment for the specified `TYPE`. | xref:BloombergLP/bsls/AlignmentImpCalc-00.adoc[`AlignmentImpCalc<wchar_t>`] | This `struct` provides an enumerator `VALUE` that is initialized to the required alignment for the specified `TYPE`. | xref:BloombergLP/bsls/AlignmentImpCalc-031.adoc[`AlignmentImpCalc<void*>`] | This `struct` provides an enumerator `VALUE` that is initialized to the required alignment for the specified `TYPE`. | xref:BloombergLP/bsls/AlignmentImpCalc-05e.adoc[`AlignmentImpCalc<void(*)()>`] | This `struct` provides an enumerator `VALUE` that is initialized to the required alignment for the specified `TYPE`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#