BloombergLP::bslma::UsesBslmaAllocator<SharedPtrInplaceRep<ELEMENT_TYPE>>

The class template SharedPtrInplaceRep appears to use allocators, but passes its allocator argument in the first position, rather than in the last position, so is not compatible with BDE APIs that use this trait.

Synopsis

Declared in <bslma_sharedptrinplacerep.h>

template<class ELEMENT_TYPE>
struct UsesBslmaAllocator<SharedPtrInplaceRep<ELEMENT_TYPE>>
    : bsl::false_type

Base Classes

NameDescription
bsl::false_typeMetafunction representing the boolean constant false.