Home
last modified time | relevance | path

Searched refs:NCT (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/utilities/function.objects/func.not_fn/
H A Dnot_fn.pass.cpp281 using NCT = decltype(std::not_fn(Obj{true})); in call_operator_sfinae_test() typedef
282 using CT = const NCT; in call_operator_sfinae_test()
283 static_assert(std::is_invocable<NCT>::value, ""); in call_operator_sfinae_test()