Variable ripple::is_invocable_v¶
Defined in File functional_traits.hpp
Variable Documentation¶
-
template<typename
T
>
constexpr autoripple
::
is_invocable_v
= detail::IsInvocable<std::decay_t<T>>::value¶ Returns true if T is an invocable type.
- Template Parameters
T
: The type to determine if is invocable.