|
BDE 4.14.0 Production release
|
#include <bslmf_removevolatile.h>
Public Types | |
| typedef t_TYPE | type |
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.
| 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.