#include <api.hpp>
|
| template<typename R , typename C , typename P , typename... Args> |
| static std::function< R(Args...)> | functor (P &&p, R(C::*mem_func)(Args...)) |
| |
| template<typename R , typename C , typename P , typename... Args> |
| static std::function< R(Args...)> | functor (P &&p, R(C::*mem_func)(Args...) const) |
| |
Definition at line 16 of file api.hpp.
◆ functor() [1/2]
template<typename
R , typename C , typename
P , typename... Args>
| static std::function< R(Args...)> fc::identity_member::functor |
( |
P && | p, |
|
|
R(C::* | mem_func )(Args...) const ) |
|
static |
◆ functor() [2/2]
template<typename
R , typename C , typename
P , typename... Args>
| static std::function< R(Args...)> fc::identity_member::functor |
( |
P && | p, |
|
|
R(C::* | mem_func )(Args...) ) |
|
static |
The documentation for this struct was generated from the following file: