Searched defs:function_type (Results 1 – 2 of 2) sorted by relevance
58 using function_type = function<std::decay_t<T>>; in create_function_wrapper() typedef
349 using function_type = Function<std::decay_t<T>>; in create_function_wrapper() typedef