:relfileprefix: ../../../ [#936117EC86AB16C709052BFA1E8ADAF96471BF9F] = aligned_storage == Synopsis Declared in header `` [source,cpp,subs="verbatim,macros,-callouts"] ---- template using aligned_storage = aligned_storage_impl alignof(T)) ? alignof(::max_align_t) : alignof(T)>; ----