Partial specialization that associates the same trait with 'const volatile TYPE' as with unqualified TYPE.
Synopsis
Declared in <bslma_usesbslmaallocator.h>
template<class TYPE>
struct UsesBslmaAllocator<TYPE const volatile>
: UsesBslmaAllocator<TYPE>::type
Base Classes
Name |
Description |
|
Created with MrDocs