[#BloombergLP-bdlf-Bind_FuncTraitsImp-086-_04enum] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlf.adoc[bdlf]::xref:BloombergLP/bdlf/Bind_FuncTraitsImp-086.adoc[Bind_FuncTraitsImp<bslmf::Nil, t_FUNC, 0, 1, 0>]::Unnamed enum :relfileprefix: ../../../ :mrdocs: Enumeration of binder implementation traits for this functor kind. == Synopsis Declared in `<bdlf_bind.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- enum Unnamed enum; ---- == Members [cols="1,4"] |=== | Name| Description | `k_IS_EXPLICIT` | `true` if this functor kind uses explicit binding. | `k_IS_MEMBER_OFFSET` | Offset applied when mapping member‐function object arguments. | `k_HAS_POINTER_SEMANTICS` | `true` if the functor type has pointer semantics. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#