This class implements a meta-function for stripping top-level const/volatile qualifiers from it's parameter type.
Declared in <bslmf_removecvq.h>
template<class t_TYPE>
struct RemoveCvq;
| Name | Description |
|---|---|
Type | This typedef is an alias to t_TYPE with top-level const/volatile qualifiers removed. |