Specialize UsesBslmaAllocator to indicate that bdlcc::Deque uses a bslma allocator.
Declared in <bdlcc_deque.h>
template<class TYPE>
struct UsesBslmaAllocator<bdlcc::Deque<TYPE>>
: bsl::true_type
| Name | Description |
|---|---|
bsl::true_type | Metafunction representing the boolean constant true. |