Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/utilities/meta/meta.rel/
H A Dis_invocable.pass.cpp39 struct NotCallableWithInt { struct
41 int operator()(Tag) { return 42; } in operator ()()