Trait detecting whether FACTORY accepts a null pointer in deleteObject.
Synopsis
Declared in <bslstl_sharedptr.h>
template<class FACTORY>
struct SharedPtr_IsNullableFactory;
Description
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(nullptr).
Enums
Name |
Description |
Compile‐time constant indicating whether |
Created with MrDocs