BloombergLP::bslma::UsesBslmaAllocator<TYPE const>

Partial specialization that associates the same trait with const TYPE as with unqualified TYPE.

Synopsis

Declared in <bslma_usesbslmaallocator.h>

template<class TYPE>
struct UsesBslmaAllocator<TYPE const>
    : UsesBslmaAllocator<TYPE>::type

Base Classes

NameDescription
UsesBslmaAllocator<TYPE>::type