BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bsl::remove_volatile< t_TYPE volatile > Struct Template Reference

#include <bslmf_removevolatile.h>

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.

Member Typedef Documentation

◆ type

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

This typedef is an alias to the same type as the (template parameter) t_TYPE except with the volatile-qualifier removed.


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