Home
last modified time | relevance | path

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

/freebsd/lib/libc++/
H A DMakefile1250 TTR_HEADERS+= is_callable.h
H A Dlibcxx.imp756 { include: [ "<__type_traits/is_callable.h>", "private", "<type_traits>", "public" ] },
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp913 struct is_callable;
916 struct is_callable<Fun(Args...)> : decltype(is_callable_tester::test<Fun, Args...>(0)) {}; struct
6555 void measure(Fun&& fun) { measure(std::forward<Fun>(fun), is_callable<Fun(int)>()); } in measure()
6658 call(meter, is_callable<Fun(Chronometer)>()); in call()
6808 …using run_for_at_least_argument_t = typename std::conditional<is_callable<Fun(Chronometer)>::value…
6820 auto&& Timing = measure_one<Clock>(fun, iters, is_callable<Fun(Chronometer)>()); in run_for_at_least()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dmodule.modulemap1936 header "__type_traits/is_callable.h"