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