[#BloombergLP-bdlf-Bind_FuncTraitsImp-0f2] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlf.adoc[bdlf]::xref:BloombergLP/bdlf/Bind_FuncTraitsImp-05.adoc[Bind_FuncTraitsImp]<xref:BloombergLP/bslmf/Nil.adoc[bslmf::Nil], xref:bsl/function-0a.adoc[bsl::function<PROTO>], 0, 0, 0> :relfileprefix: ../../ :mrdocs: Function traits for bsl::function objects that are passed by value. The result type is determined by `bsl::function<PROTO>::result_type`. == Synopsis Declared in `<bdlf_bind.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class PROTO> struct xref:BloombergLP/bdlf/Bind_FuncTraitsImp-05.adoc[Bind_FuncTraitsImp]<xref:BloombergLP/bslmf/Nil.adoc[bslmf::Nil], xref:bsl/function-0a.adoc[bsl::function<PROTO>], 0, 0, 0>; ---- == Type Aliases [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlf/Bind_FuncTraitsImp-0f2/ResultType.adoc[`ResultType`] | Result type of invoking the bound invocable. | xref:BloombergLP/bdlf/Bind_FuncTraitsImp-0f2/Type.adoc[`Type`] | Storage type used for the bound invocable. | xref:BloombergLP/bdlf/Bind_FuncTraitsImp-0f2/WrapperType.adoc[`WrapperType`] | Wrapper type applied around the bound invocable. |=== == Enums [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlf/Bind_FuncTraitsImp-0f2/_04enum.adoc[`Unnamed enum`] | Enumeration of binder implementation traits for this functor kind. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#