Searched defs:void_callable (Results 1 – 1 of 1) sorted by relevance
29 struct void_callable struct31 void operator()() { *called_ = (*call_count_)++; } in operator ()()32 int * call_count_;33 int * called_;