Trait specialization: shared_ptr does not use bslma allocators.
Declared in <bslstl_sharedptr.h>
template<class ELEMENT_TYPE>
struct UsesBslmaAllocator<bsl::shared_ptr<ELEMENT_TYPE>>
: bsl::false_type
| Name | Description |
|---|---|
bsl::false_type | Metafunction representing the boolean constant false. |