Arene Base
Fundamental Utilities For Safety Critical C++
Loading...
Searching...
No Matches
arene::base::is_nothrow_invocable< Fn, Args > Class Template Reference

Determine if a functor type is no-throw invocable with the specified argument types. More...

Inheritance diagram for arene::base::is_nothrow_invocable< Fn, Args >:
Inheritance graph

Additional Inherited Members

- Public Types inherited from std::integral_constant< bool, is_invocable_detail::is_invocable_r< true, void, 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, void, 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, void, Fn, Args... >::value >
static constexpr value_type value
 The constant.
 

Detailed Description

template<typename Fn, typename... Args>
class arene::base::is_nothrow_invocable< Fn, Args >

Determine if a functor type is no-throw invocable with the specified argument types.

Template Parameters
FnThe functor type.
ArgsThe functor parameter types.

The documentation for this class was generated from the following file: