Create an empty shared pointer, i.e., a shared pointer with no representation that does not refer to any object and has no deleter.
Synopsis
Declared in <bslstl_sharedptr.h>
constexpr
shared_ptr() noexcept;
Created with MrDocs