Searched defs:aligned_storage (Results 1 – 2 of 2) sorted by relevance
25 struct aligned_storage { struct33 using aligned_storage_t = typename aligned_storage<kLength, kAlignment>::type; argument
47 struct aligned_storage { struct48 struct alignas(ALIGNMENT) type {