BloombergLP::bslma::Allocator::deleteObjectRaw

This overload has no effect; supports null-pointer literal calls.

Synopsis

Declared in <bslma_allocator.h>

void
deleteObjectRaw(bsl::nullptr_t nullPointerLiteral);

Description

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.

Parameters

NameDescription
nullPointerLiteralnull-pointer literal (unused; selects this overload)