Searched defs:DoNotDestruct (Results 1 – 1 of 1) sorted by relevance
17 struct DoNotDestruct { struct19 DoNotDestruct(uint32_t a, uint64_t b) : a(a), b(b) {} in DoNotDestruct() argument20 ~DoNotDestruct() { std::abort(); } in ~DoNotDestruct()23 uint32_t a;24 uint64_t b;