[#BloombergLP-bsls-AlignmentUtil-defaultAlignmentOfAlignedStorage] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::xref:BloombergLP/bsls/AlignmentUtil.adoc[AlignmentUtil]::defaultAlignmentOfAlignedStorage :relfileprefix: ../../../ :mrdocs: Return the default value of the alignment argument for `std::aligned_storage` when the size argument is the specified `t_SIZE`. This function is an implementation detail of BDE and should not be used elsewhere. == Synopsis Declared in `<bsls_alignmentutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<std::size_t t_SIZE> constexpr static std::size_t defaultAlignmentOfAlignedStorage(); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#