Blaze  3.6
blaze::RemoveCVRef< T > Struct Template Reference

Removal of top level cv-qualifiers.The RemoveCVRef type trait removes any reference modifiers and all top level cv-qualifiers from the given type T. More...

#include <RemoveCVRef.h>

Detailed Description

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

Removal of top level cv-qualifiers.

The RemoveCVRef type trait removes any reference modifiers and all top level cv-qualifiers from the given type T.


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