[#bsl-aligned_union] = xref:bsl.adoc[bsl]::aligned_union :relfileprefix: ../ :mrdocs: Alias for `std::aligned_union` in the `bsl` namespace. == Synopsis Declared in `<bsl_type_traits.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< std::size_t t_LEN, class... t_TYPES> using aligned_union [[deprecated]] = std::aligned_union<t_LEN, t_TYPES...>; ---- [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]#