Searched refs:InvokeResult (Results 1 – 1 of 1) sorted by relevance
239 using InvokeResult = decltype(std::apply(fn, t)); in test() typedef240 static_assert(std::is_same<InvokeResult, Expect>::value, ""); in test()