Searched refs:my_union (Results 1 – 1 of 1) sorted by relevance
14 template<typename...T> struct my_union { struct22 static_assert(sizeof(my_union<A, B, C>) == 16, ""); argument23 static_assert(alignof(my_union<A, B, C>) == 8, "");