This function has no effect. Note that it exists to support calling deleteObjectRaw will a null pointer literal, that would otherwise not deduce to a pointer type for the method above. As calls to deleteObjectRaw with (typed) null pointer values have well‐defined behavior, it should also support calls with a null pointer literal.
Synopsis
Declared in <bslma_allocator.h>
void
deleteObjectRaw(bsl::nullptr_t);
Created with MrDocs