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

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

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

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.
 

Detailed Description

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

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

Template Parameters
RetThe functor return type.
FnThe functor type.
ArgsThe functor parameter types.

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