libstdc++
std::is_nothrow_invocable< _Fn, _ArgTypes > Struct Template Reference

Inherits type< __is_invocable_impl< __invoke_result< _Fn, _ArgTypes... >, void >, __call_is_nothrow_< _Fn, _ArgTypes... > >.

Detailed Description

template<typename _Fn, typename... _ArgTypes>
struct std::is_nothrow_invocable< _Fn, _ArgTypes >

std::is_nothrow_invocable

Definition at line 3039 of file type_traits.


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