Function traits for non-member function pointers, with explicit return type specification.
Declared in <bdlf_bind.h>
template<
class t_RET,
class t_FUNC>
struct Bind_FuncTraitsImp<t_RET, t_FUNC, 0, 1, 0>;
| Name | Description |
|---|---|
FuncArgumentList | Type list of the bound invocable's parameter types. |
ResultType | Result type of invoking the bound invocable. |
Type | Storage type used for the bound invocable. |
WrapperType | Wrapper type applied around the bound invocable. |
| Name | Description |
|---|---|
Unnamed enum | Enumeration of binder implementation traits for this functor kind. |