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.
Synopsis
Declared in <bslmf_removecv.h>
template<class t_TYPE>
struct remove_cv;
Type Aliases
Name |
Description |
This |
Derived Classes
Name |
Description |
Component‐private implementation of |
Created with MrDocs