[#BloombergLP-bslstl-SharedPtr_IsPointerConvertible] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::SharedPtr_IsPointerConvertible :relfileprefix: ../../ :mrdocs: Forward declaration of component‐private type trait to indicate whether a pointer to a `SOURCE_TYPE` can be converted to a pointer to a `DEST_TYPE`. [util.smartptr.shared.const]/8 says "either DEST_TYPE is U[N]and SOURCE_TYPE(_)[]N]is convertible to DEST_TYPE_, or DEST_TYPE is U[]and SOURCE_TYPE(_)[]]is convertible to DEST_TYPE_". == Synopsis Declared in `<bslstl_sharedptr.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class SOURCE_TYPE, class DEST_TYPE> struct SharedPtr_IsPointerConvertible : /* implementation-defined */::type ---- == Base Classes [cols="1,4"] |=== | Name| Description | `/* implementation-defined */::type` | |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#