Function traits for member function pointers. The result type is determined from the function pointer traits.
Synopsis
Declared in <bdlf_bind.h>
template<class t_FUNC>
struct Bind_FuncTraitsImp<bslmf::Nil, t_FUNC, 0, 0, 1>;
Type Aliases
Name |
Description |
Type list of the bound invocable's parameter types. |
|
Result type of invoking the bound invocable. |
|
Storage type used for the bound invocable. |
|
Wrapper type applied around the bound invocable. |
Enums
Name |
Description |
Enumeration of binder implementation traits for this functor kind. |
Created with MrDocs