Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_meta.hpp30 struct is_callable<Fun(Args...)> : decltype(is_callable_tester::test<Fun, Args...>(0)) {}; struct
/external/catch2/single_include/catch2/
Dcatch.hpp932 struct is_callable<Fun(Args...)> : decltype(is_callable_tester::test<Fun, Args...>(0)) {}; struct
/external/libabigail/tests/lib/
Dcatch.hpp935 struct is_callable<Fun(Args...)> : decltype(is_callable_tester::test<Fun, Args...>(0)) {}; struct