Searched refs:function_type (Results 1 – 2 of 2) sorted by relevance
58 using function_type = function<std::decay_t<T>>; in create_function_wrapper() typedef61 auto f = new (p)function_type; in create_function_wrapper()
349 using function_type = Function<std::decay_t<T>>; in create_function_wrapper() typedef351 auto f = new (p)function_type; in create_function_wrapper()