Searched refs:RawInvokeResult (Results 1 – 1 of 1) sorted by relevance
240 using RawInvokeResult = decltype(f(index<Func>{})); in test() typedef241 static_assert(std::is_same<RawInvokeResult, Expect>::value, ""); in test()242 using FnType = RawInvokeResult (*) (index<Func>); in test()