bsl::aligned_union

Alias for std::aligned_union in the bsl namespace.

Synopsis

Declared in <bsl_type_traits.h>

template<
    std::size_t t_LEN,
    class... t_TYPES>
using aligned_union [[deprecated]] = std::aligned_union<t_LEN, t_TYPES...>;

WARNING

Deprecated. Use of this entity is allowed but discouraged.