C++ Essence Library 0.1.0
A Utility Library for Modern C++ Programming
Loading...
Searching...
No Matches
essence::detail::member_function_wrapper_base< R, T, Args > Struct Template Reference

Public Types

using std_function_type = std::function<R(Args...)>
 

Static Public Member Functions

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: