BloombergLP::bslstl::CallableVariable::type

This typedef is an alias to CALLABLE, or to CALLABLE & when CALLABLE is a function type.

Synopsis

Declared in <bslstl_hashtable.h>

typedef bsl::conditional<bsl::is_function<CALLABLE>::value, bsl::add_lvalue_reference<CALLABLE>::type, CALLABLE>::type type;