|
using | std_function_type = std::function<R(Args...)> |
|
|
template<auto Function, std::convertible_to< T > U>
requires std::is_member_function_pointer_v<decltype(Function)> && std::is_invocable_r_v<R, decltype(std::mem_fn(Function)), U, Args...> |
static std::function< R(Args...)> | make (U &&obj) |
|
The documentation for this struct was generated from the following file: