Template Struct is_invocable

Inheritance Relationships

Base Type

  • public std::is_constructible< std::function< void(Args ...)>, std::reference_wrapper< std::remove_reference< F >::type > >

Struct Documentation

template<typename F, typename ...Args>
struct is_invocable : public std::is_constructible<std::function<void(Args...)>, std::reference_wrapper<std::remove_reference<F>::type>>