[#BloombergLP-bslstl-SharedPtr_IsNullableFactory-_04enum] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/SharedPtr_IsNullableFactory.adoc[SharedPtr_IsNullableFactory]::Unnamed enum :relfileprefix: ../../../ :mrdocs: Metafunction result; `true` if the specified `FACTORY` accepts a null pointer in `deleteObject`, and `false` otherwise. == Synopsis Declared in `<bslstl_sharedptr.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- enum Unnamed enum; ---- == Members [cols="1,4"] |=== | Name| Description | `k_VALUE` | `true` if `FACTORY` accepts a null pointer in `deleteObject`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#