BloombergLP::bslstl::SharedPtr_IsCallable::Unnamed enum

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

Synopsis

Declared in <bslstl_sharedptr.h>

enum Unnamed enum;

Members

NameDescription
k_VALUE true if FUNCTOR is callable with ARG, and false otherwise.