Searched defs:__is_callable (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_callable.h28 struct __is_callable : decltype(std::__is_callable_helper<_Func, _Args...>(0)) {}; struct in inherits:decltype,std::__is_callable_helper

Completed in 298 milliseconds