Tag type identifying a SharedPtrRep from an existing shared_ptr.
Synopsis
Declared in <bslstl_sharedptr.h>
struct SharedPtr_RepFromExistingSharedPtr;
Description
This struct is for internal use only, providing a tag for shared_ptr constructors to recognize that a passed SharedPtrRep was obtained from an existing shared_ptr object.
Created with MrDocs