Forward declaration of component-private type trait to indicate whether a pointer to a FACTORY has a deleteObject member that can be called as factory->deleteObject((ARG *)p).
Declared in <bslstl_sharedptr.h>
template<class FACTORY>
struct SharedPtr_IsNullableFactory;
| Name | Description |
|---|---|
Unnamed enum | Metafunction result; true if the specified FACTORY accepts a null pointer in deleteObject, and false otherwise. |