Alias for std::aligned_storage in the bsl namespace.
Synopsis
Declared in <bsl_type_traits.h>
template<
std::size_t t_LEN,
std::size_t t_ALIGNMENT = BloombergLP::bsls::AlignmentUtil::defaultAlignmentOfAlignedStorage<t_LEN>()>
using aligned_storage [[deprecated]] = std::aligned_storage<t_LEN, t_ALIGNMENT>;
|
Warning
|
Deprecated. Use of this entity is allowed but discouraged. |
Created with MrDocs