Partial specialization that prevents any rvalue reference from being considered an allocator-aware (AA) type.
Declared in <bslma_usesbslmaallocator.h>
template<class TYPE>
struct UsesBslmaAllocator<TYPE&&>
: bsl::false_type
| Name | Description |
|---|---|
bsl::false_type | Metafunction representing the boolean constant false. |