[#BloombergLP-bslma-UsesBslmaAllocator-07e] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslma.adoc[bslma]::xref:BloombergLP/bslma/UsesBslmaAllocator-020.adoc[UsesBslmaAllocator]<xref:BloombergLP/bslma/SharedPtrInplaceRep.adoc[SharedPtrInplaceRep<ELEMENT_TYPE>]> :relfileprefix: ../../ :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class ELEMENT_TYPE> struct xref:BloombergLP/bslma/UsesBslmaAllocator-020.adoc[UsesBslmaAllocator]<xref:BloombergLP/bslma/SharedPtrInplaceRep.adoc[SharedPtrInplaceRep<ELEMENT_TYPE>]> : xref:bsl/false_type.adoc[bsl::false_type] ---- == Base Classes [cols="1,4"] |=== | Name| Description | `xref:bsl/false_type.adoc[bsl::false_type]` | Metafunction representing the boolean constant `false`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#