Home
last modified time | relevance | path

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

/petsc/include/petsc/private/cpp/
H A Dfunctional.hpp66 struct can_call : decltype(detail::can_call_test::f<F, A...>(0)) { }; struct
69 inline constexpr can_call<F, A...> is_callable_with(F &&) noexcept in is_callable_with()
71 return can_call<F, A...>{}; in is_callable_with()