[#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: Metafunction result; `true` if the specified `FUNCTOR` is callable with the specified `ARG`, and `false` otherwise. == 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`, and `false` otherwise. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#