[#BloombergLP-bslma-MemoryResourceImpSupport_AlignedData] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslma.adoc[bslma]::MemoryResourceImpSupport_AlignedData :relfileprefix: ../../ :mrdocs: COMPONENT‐PRIVATE struct ‐‐ DO NOT USE. Maximally aligned `struct` holding an unsigned 64‐bit integer. This `struct` is exposed in the component header so that `MemoryResourceImpSupport::singularPointer` can be implemented as `constexpr` and `inline`. == Synopsis Declared in `<bslma_memoryresourceimpsupport.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct MemoryResourceImpSupport_AlignedData; ---- == Data Members [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslma/MemoryResourceImpSupport_AlignedData/d_alignment.adoc[`d_alignment`] | Member ensuring this struct is maximally aligned. | xref:BloombergLP/bslma/MemoryResourceImpSupport_AlignedData/d_data.adoc[`d_data`] | Unsigned 64‐bit payload used to produce a singular pointer address. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#