Alias for std::aligned_union_t in the bsl namespace.
Declared in <bsl_type_traits.h>
template<
std::size_t t_LEN,
class... t_TYPES>
using aligned_union_t [[deprecated]] = std::aligned_union<t_LEN, t_TYPES...>::type;
Deprecated. Use of this entity is allowed but discouraged.