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