Quick Links:

bal | bbl | bdl | bsl

Public Types

bsl::remove_volatile< t_TYPE volatile > Struct Template Reference
[Component bslmf_removevolatile]

#include <bslmf_removevolatile.h>

List of all members.

Public Types

typedef t_TYPE type

Detailed Description

template<class t_TYPE>
struct bsl::remove_volatile< t_TYPE volatile >

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

See Component bslmf_removevolatile


Member Typedef Documentation

template<class t_TYPE >
typedef t_TYPE bsl::remove_volatile< t_TYPE volatile >::type

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