| 56 | aligned_storage_t data; |
| 57 | |
| 58 | storage_t() = default; |
| 59 | |
| 60 | T* as() { return reinterpret_cast<T*>(&data); } |
| 61 | // use placement new to create an instance of T inside this union |
nothing calls this directly
no outgoing calls
no test coverage detected