boost::callable_traits::is_invocable< T, Args > Struct Template Reference
Inheritance diagram for boost::callable_traits::is_invocable< T, Args >:

Documentation

template<typename T, typename... Args>
struct boost::callable_traits::is_invocable< T, Args >

Definition at line 34 of file is_invocable.hpp.

Public Types

using type = typename detail::is_invocable_impl< T, Args... >::type
 

Member Typedef Documentation

◆ type

template<typename T , typename... Args>
using boost::callable_traits::is_invocable< T, Args >::type = typename detail::is_invocable_impl<T, Args...>::type

Definition at line 35 of file is_invocable.hpp.


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