BloombergLP::bslma::UsesBslmaAllocator<TYPE volatile>

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

Synopsis

Declared in <bslma_usesbslmaallocator.h>

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

Base Classes

NameDescription
UsesBslmaAllocator<TYPE>::type