Template Struct IsInvocable¶
Defined in File functional_traits.hpp
Struct Documentation¶
-
template<typename
T
>
structripple::detail
::
IsInvocable
¶ Determines if the type T is Invocable or not.
This specialization is for the case that the type is not an invocable.
- Template Parameters
T
: The type to determine if is invocable.
Public Static Attributes
-
constexpr bool
value
= false¶ Defines that the type T is not invocable.