Searched defs:DestructionCounter (Results 1 – 6 of 6) sorted by relevance
269 struct DestructionCounter { struct270 void operator()() {} in operator ()()272 ~DestructionCounter() { ++DestructionCount; } in ~DestructionCounter()