Trait specialization: shared_ptr has pointer semantics.
Declared in <bslstl_sharedptr.h>
template<class ELEMENT_TYPE>
struct HasPointerSemantics<bsl::shared_ptr<ELEMENT_TYPE>>
: bsl::true_type
| Name | Description |
|---|---|
bsl::true_type | Metafunction representing the boolean constant true. |