BloombergLP::bslstl::SharedPtr_IsCallable

Trait detecting whether FUNCTOR is callable with ARG.

Synopsis

Declared in <bslstl_sharedptr.h>

template<
    class FUNCTOR,
    class ARG>
struct SharedPtr_IsCallable;

Description

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

Enums

NameDescription
Unnamed enum Compile-time constant indicating whether FUNCTOR is callable with ARG.