BloombergLP::bslstl::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

Synopsis

Declared in <bslstl_sharedptr.h>

template<
    class FUNCTOR,
    class ARG>
struct SharedPtr_IsCallable;

Enums

NameDescription
Unnamed enum Metafunction result; true if the specified FUNCTOR is callable with the specified ARG, and false otherwise.