Home
last modified time | relevance | path

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

/third_party/node/src/
Dutil.h615 struct is_callable : std::is_function<T> { }; struct
/third_party/libabigail/tests/lib/
Dcatch.hpp940 struct is_callable<Fun(Args...)> : decltype(is_callable_tester::test<Fun, Args...>(0)) {}; struct