Quick Links:

bal | bbl | bdl | bsl

Public Types

bsl::remove_const< t_TYPE const > Struct Template Reference
[Component bslmf_removeconst]

#include <bslmf_removeconst.h>

List of all members.

Public Types

typedef t_TYPE type

Detailed Description

template<class t_TYPE>
struct bsl::remove_const< t_TYPE const >

This partial specialization of bsl::remove_const, for when the (template parameter) t_TYPE is const-qualified, provides a typedef, type, that has the const-qualifier removed.

See Component bslmf_removeconst


Member Typedef Documentation

template<class t_TYPE >
typedef t_TYPE bsl::remove_const< t_TYPE const >::type

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