Searched refs:NCT (Results 1 – 1 of 1) sorted by relevance
281 using NCT = decltype(std::not_fn(Obj{true})); in call_operator_sfinae_test() typedef282 using CT = const NCT; in call_operator_sfinae_test()283 static_assert(std::is_invocable<NCT>::value, ""); in call_operator_sfinae_test()