Searched defs:MySmallFunctor (Results 1 – 1 of 1) sorted by relevance
644 struct MySmallFunctor { struct645 MySmallFunctor() { ++construction_count; } in MySmallFunctor() argument646 MySmallFunctor(const MySmallFunctor &) { ++construction_count; } in MySmallFunctor() function647 ~MySmallFunctor() { ++destruction_count; } in ~MySmallFunctor() argument665 f = MySmallFunctor(); in test_construct_destroy_count() argument