Function traits for objects passed by pointer with explicit return type.
Synopsis
Declared in <bdlf_bind.h>
template<
class t_RET,
class t_FUNC>
struct Bind_FuncTraitsImp<t_RET, t_FUNC*, 0, 0, 0>;
Type Aliases
Name |
Description |
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