Quick Links:

bal | bbl | bdl | bsl

Public Types

bsl::remove_volatile< t_TYPE > 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 >

This struct template implements the remove_volatile meta-function defined in the C++11 standard [meta.trans.cv], providing an alias, type, that returns the result. type has the same type as the (template parameter) t_TYPE except that any top-level volatile-qualifier has been removed. Note that this generic default template provides a type that is an alias to t_TYPE for when t_TYPE is not volatile-qualified. A template specialization is provided (below) that removes the volatile-qualifier for when t_TYPE is volatile-qualified.

See Component bslmf_removevolatile


Member Typedef Documentation

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

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