iceoryx_hoofs
2.0.2
|
Verifies whether the passed Callable type is in fact invocable with the given arguments and the result of the invocation is convertible to ReturnType. More...
#include <iceoryx_hoofs/cxx/type_traits.hpp>
Static Public Attributes | |
static constexpr bool | value = decltype(test<Callable, ArgTypes...>(nullptr))::value |
Verifies whether the passed Callable type is in fact invocable with the given arguments and the result of the invocation is convertible to ReturnType.