BloombergLP::bslma::UsesBslmaAllocator<TYPE&&>

Partial specialization that prevents any rvalue reference from being considered an allocator-aware (AA) type.

Synopsis

Declared in <bslma_usesbslmaallocator.h>

template<class TYPE>
struct UsesBslmaAllocator<TYPE&&>
    : bsl::false_type

Base Classes

NameDescription
bsl::false_typeMetafunction representing the boolean constant false.