[#BloombergLP-bslstl-SharedPtr_IsCallable-_04enum] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/SharedPtr_IsCallable.adoc[SharedPtr_IsCallable]::Unnamed enum :relfileprefix: ../../../ :mrdocs: Compile‐time constant indicating whether `FUNCTOR` is callable with `ARG`. == Synopsis Declared in `<bslstl_sharedptr.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- enum Unnamed enum; ---- == Members [cols="1,4"] |=== | Name| Description | `k_VALUE` | `true` if `FUNCTOR` is callable with `ARG`; otherwise `false`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#