Searched defs:count_guard (Results 1 – 1 of 1) sorted by relevance
62 struct count_guard struct64 count_guard(int &c) : counter(c) {} in count_guard() function65 ~count_guard() { counter = 0; } in ~count_guard() argument67 int &counter;