35 #ifndef _BLAZE_UTIL_TYPETRAITS_REMOVEVOLATILE_H_
36 #define _BLAZE_UTIL_TYPETRAITS_REMOVEVOLATILE_H_
43 #include <type_traits>
70 template<
typename T >
76 typedef typename std::remove_volatile<T>::type Type;
96 template<
typename T >
Removal of volatile-qualifiers.The RemoveVolatile type trait removes all top level 'volatile' qualifi...
Definition: RemoveVolatile.h:71
Namespace of the Blaze C++ math library.
Definition: Blaze.h:57
typename RemoveVolatile< T >::Type RemoveVolatile_
Auxiliary alias declaration for the RemoveVolatile type trait.The RemoveVolatile_ alias declaration p...
Definition: RemoveVolatile.h:97