[#BloombergLP-bslstl-SharedPtr_IsCallable] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::SharedPtr_IsCallable :relfileprefix: ../../ :mrdocs: Forward declaration of component‐private type trait to indicate whether an object of (template parameter) type `FUNCTOR` can be called as a function with an argument of (template parameter) type `ARG` == Synopsis Declared in `<bslstl_sharedptr.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class FUNCTOR, class ARG> struct SharedPtr_IsCallable; ---- == Enums [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslstl/SharedPtr_IsCallable/_04enum.adoc[`Unnamed enum`] | Metafunction result; `true` if the specified `FUNCTOR` is callable with the specified `ARG`, and `false` otherwise. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#