Home
last modified time | relevance | path

Searched defs:can_deduce_test (Results 1 – 1 of 1) sorted by relevance

/llvm-project/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
H A Ddeduct_F.pass.cpp121 constexpr bool can_deduce_test(int) { return true; } in can_deduce_test() function
123 constexpr bool can_deduce_test(...) { return false; } in can_deduce_test() function