[#BloombergLP-bslstl-CallableVariable-type] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/CallableVariable.adoc[CallableVariable]::type :relfileprefix: ../../../ :mrdocs: This `typedef` is an alias to `CALLABLE`, or to `CALLABLE &` when `CALLABLE` is a function type. == Synopsis Declared in `<bslstl_hashtable.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- typedef bsl::conditional<bsl::is_function<CALLABLE>::value, bsl::add_lvalue_reference<CALLABLE>::type, CALLABLE>::type type; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#