Searched defs:InvokeResult (Results 1 – 2 of 2) sorted by relevance
245 using InvokeResult = decltype(std::apply(fn, t)); in test() typedef
247 using InvokeResult = decltype(std::apply(fn, t)); in test() typedef