Quick Links:

bal | bbl | bdl | bsl

Public Types

bsl::remove_cv< t_TYPE > Struct Template Reference
[Component bslmf_removecv]

#include <bslmf_removecv.h>

Inheritance diagram for bsl::remove_cv< t_TYPE >:
bsl::decay_imp< t_TYPE, t_IS_ARRAY, t_IS_FUNC >

List of all members.

Public Types

typedef remove_const< typename
remove_volatile< t_TYPE >
::type >::type 
type

Detailed Description

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

See Component bslmf_removecv


Member Typedef Documentation

template<class t_TYPE>
typedef remove_const<typename remove_volatile<t_TYPE>::type>::type bsl::remove_cv< t_TYPE >::type

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