Searched refs:function_typedef (Results 1 – 1 of 1) sorted by relevance
32 using function_typedef = function<void(vector<int>)>; in test2() typedef33 function_typedef b = {}; in test2()