Quick Links:

bal | bbl | bdl | bsl

Public Types

bsl::remove_cvref< t_TYPE > Struct Template Reference
[Component bslmf_removecvref]

#include <bslmf_removecvref.h>

List of all members.

Public Types

typedef bsl::remove_cv
< typename
bsl::remove_reference< t_TYPE >
::type >::type 
type

Detailed Description

template<class t_TYPE>
struct bsl::remove_cvref< t_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.

See Component bslmf_removecvref


Member Typedef Documentation

template<class t_TYPE>
typedef bsl::remove_cv< typename bsl::remove_reference<t_TYPE>::type>::type bsl::remove_cvref< t_TYPE >::type

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