[#bsl-aligned_storage_t] = xref:bsl.adoc[bsl]::aligned_storage_t :relfileprefix: ../ :mrdocs: Alias for `std::aligned_storage_t` in the `bsl` namespace. == Synopsis Declared in `<bsl_type_traits.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< std::size_t t_LEN, std::size_t t_ALIGNMENT = BloombergLP::bsls::AlignmentUtil::defaultAlignmentOfAlignedStorage<t_LEN>()> using aligned_storage_t [[deprecated]] = std::aligned_storage<t_LEN, t_ALIGNMENT>::type; ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[Deprecated^]. Use of this entity is allowed but discouraged. ==== [.small]#Created with https://www.mrdocs.com[MrDocs]#