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