All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
blaze::RemoveVolatile< T > Struct Template Reference

Removal of volatile-qualifiers.The RemoveVolatile type trait removes all top level 'volatile' qualifiers from the given type T. 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.


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