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

Name

Description

UsesBslmaAllocator<TYPE>::type

Created with MrDocs