Create an empty shared pointer, i.e., a shared pointer with no representation that does not refer to any object and has no deleter.
Declared in <bslstl_sharedptr.h>
constexpr
shared_ptr(bsl::nullptr_t nullPointerLiteral) noexcept;
| Name | Description |
|---|---|
| nullPointerLiteral | null-pointer literal (unused; selects this overload) |