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>
template<
class SOURCE_TYPE,
class DEST_TYPE>
struct SharedPtr_IsPointerConvertible
: /* implementation-defined */::type
Base Classes
Name |
Description |
|
Created with MrDocs