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