Trait detecting whether FUNCTOR is callable with ARG.
Declared in <bslstl_sharedptr.h>
template<
class FUNCTOR,
class ARG>
struct SharedPtr_IsCallable;
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
| Name | Description |
|---|---|
Unnamed enum | Compile-time constant indicating whether FUNCTOR is callable with ARG. |