BDE 4.39.x Production Release
Loading...
Searching...
No Matches
bslma::MemoryResourceImpSupport_AlignedData Struct Reference

#include <bslma_memoryresourceimpsupport.h>

Detailed Description

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.

See bslma_memoryresourceimpsupport

Public Attributes

unsigned long long d_data
 
bsls::AlignmentUtil::MaxAlignedType d_alignment
 

Member Data Documentation

◆ d_alignment

bsls::AlignmentUtil::MaxAlignedType bslma::MemoryResourceImpSupport_AlignedData::d_alignment

◆ d_data

unsigned long long bslma::MemoryResourceImpSupport_AlignedData::d_data

The documentation for this struct was generated from the following file: