Quick Links:

bal | bbl | bdl | bsl

Public Types

bslmf::RemoveCvq< t_TYPE > Struct Template Reference

#include <bslmf_removecvq.h>

List of all members.

Public Types

typedef bsl::remove_cv< t_TYPE >
::type 
Type

Detailed Description

template<class t_TYPE>
struct bslmf::RemoveCvq< t_TYPE >

This class implements a meta-function for stripping top-level const/volatile qualifiers from it's parameter type.

See Component bslmf_removecvq


Member Typedef Documentation

template<class t_TYPE>
typedef bsl::remove_cv<t_TYPE>::type bslmf::RemoveCvq< t_TYPE >::Type

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