BDE 4.14.0 Production release
|
#include <bslmf_removecv.h>
Public Types | |
typedef remove_const< typenameremove_volatile< t_TYPE >::type >::type | type |
This struct
template implements the remove_cv
meta-function defined in the C++11 standard [meta.trans.cv], providing an alias, type
, that returns the result. type
has the same type as the (template parameter) t_TYPE
except that any top-level cv-qualifiers have been removed.
typedef remove_const<typenameremove_volatile<t_TYPE>::type>::type bsl::remove_cv< t_TYPE >::type |
This typedef
is an alias to the same type as the (template parameter) t_TYPE
except that any top-level cv-qualifier has been removed.