ゴミ箱
boost::beast::detail::is_invocable< C, F > Struct Template Reference

#include <type_traits.hpp>

Inheritance diagram for boost::beast::detail::is_invocable< C, F >:

Detailed Description

template<class C, class F>
struct boost::beast::detail::is_invocable< C, F >

Metafunction returns true if F callable as R(A...)

Example:

is_invocable<T, void(std::string)>

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