[#BloombergLP-bslma-UsesBslmaAllocator-08b] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslma.adoc[bslma]::xref:BloombergLP/bslma/UsesBslmaAllocator-020.adoc[UsesBslmaAllocator]<xref:bsl/deque-0c.adoc[bsl::deque<VALUE_TYPE, ALLOCATOR>]> :relfileprefix: ../../ :mrdocs: Trait indicating `deque` uses `bslma` allocators when `ALLOCATOR` allows. == Synopsis Declared in `<bslstl_deque.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class VALUE_TYPE, class ALLOCATOR> struct xref:BloombergLP/bslma/UsesBslmaAllocator-020.adoc[UsesBslmaAllocator]<xref:bsl/deque-0c.adoc[bsl::deque<VALUE_TYPE, ALLOCATOR>]> : xref:bsl/is_convertible.adoc[bsl::is_convertible<Allocator*, ALLOCATOR>] ---- == Base Classes [cols="1,4"] |=== | Name| Description | `xref:bsl/is_convertible.adoc[bsl::is_convertible<Allocator*, ALLOCATOR>]` | Meta‐function for detecting implicit convertibility between types. |=== == Type Aliases [cols="1,4"] |=== | Name| Description | xref:bsl/integral_constant-02/type.adoc[`type`] | Alias for this `integral_constant` specialization. | xref:bsl/integral_constant-02/value_type.adoc[`value_type`] | Alias for the (template parameter) `t_TYPE`. |=== == Member Functions [cols="1,4"] |=== | Name| Description | xref:bsl/integral_constant-02/operator_call.adoc[`operator()`] | Return a copy of the template argument `t_VALUE`. | xref:bsl/integral_constant-02/2conversion.adoc[`operator t_TYPE`] | Return a copy of the template argument `t_VALUE`. |=== == Static Data Members [cols="1,4"] |=== | Name| Description | xref:bsl/integral_constant-02/value.adoc[`value`] | The compile‐time constant value of this metafunction. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#