BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bslmf::RemoveCvq< t_TYPE > Struct Template Reference

#include <bslmf_removecvq.h>

Public Types

typedef bsl::remove_cv< t_TYPE >::type Type
 

Detailed Description

template<class t_TYPE>
struct bslmf::RemoveCvq< t_TYPE >

This class implements a meta-function for stripping top-level const/volatile qualifiers from it's parameter type.

Member Typedef Documentation

◆ Type

template<class t_TYPE >
typedef bsl::remove_cv<t_TYPE>::type bslmf::RemoveCvq< t_TYPE >::Type

The documentation for this struct was generated from the following file: