Blaze 3.9
blaze::RemoveVolatile< T > Struct Template Reference

Removal of volatile-qualifiers. More...

#include <RemoveVolatile.h>

Detailed Description

template<typename T>
struct blaze::RemoveVolatile< T >

Removal of volatile-qualifiers.

The RemoveVolatile type trait removes all top level 'volatile' qualifiers from the given type T.

blaze::RemoveVolatile<int volatile*>::Type // Results in 'int volatile*'
blaze::RemoveVolatile<int volatile&>::Type // Results in 'int volatile&'
Removal of volatile-qualifiers.
Definition: RemoveVolatile.h:72

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