![]() |
Arene Base
Fundamental Utilities For Safety Critical C++
|
Determine if a functor type is no-throw invocable with the specified return and argument types. More...

Additional Inherited Members | |
Public Types inherited from std::integral_constant< bool, is_invocable_detail::is_invocable_r< true, Ret, Fn, Args... >::value > | |
| using | type |
| The type of this class. | |
| using | value_type |
| The type of the value. | |
Public Member Functions inherited from std::integral_constant< bool, is_invocable_detail::is_invocable_r< true, Ret, Fn, Args... >::value > | |
| constexpr | operator value_type () const noexcept |
Implicit conversion to Type. | |
| constexpr auto | operator() () const noexcept -> value_type |
| Nullary function call operator. | |
Static Public Attributes inherited from std::integral_constant< bool, is_invocable_detail::is_invocable_r< true, Ret, Fn, Args... >::value > | |
| static constexpr value_type | value |
| The constant. | |
Determine if a functor type is no-throw invocable with the specified return and argument types.
| Ret | The functor return type. |
| Fn | The functor type. |
| Args | The functor parameter types. |