|
BDE 4.14.0 Production release
|
#include <bdlf_bind.h>
Public Types | |
| enum | { k_IS_EXPLICIT = 0 , k_HAS_POINTER_SEMANTICS = 0 } |
| typedef bsl::function< PROTO > | Type |
| typedef bsl::function< PROTO > | WrapperType |
| typedef bsl::function< PROTO >::result_type | ResultType |
Function traits for bsl::function objects that are passed by value. The result type is determined by bsl::function<PROTO>::result_type.
| typedef bsl::function<PROTO>::result_type bdlf::Bind_FuncTraitsImp< bslmf::Nil, bsl::function< PROTO >, 0, 0, 0 >::ResultType |
| typedef bsl::function<PROTO> bdlf::Bind_FuncTraitsImp< bslmf::Nil, bsl::function< PROTO >, 0, 0, 0 >::Type |
| typedef bsl::function<PROTO> bdlf::Bind_FuncTraitsImp< bslmf::Nil, bsl::function< PROTO >, 0, 0, 0 >::WrapperType |