Searched defs:destroyable (Results 1 – 1 of 1) sorted by relevance
29 struct destroyable { struct30 destroyable() { ++count; } in destroyable() argument31 ~destroyable() { --count; } in ~destroyable() argument