|
fennec
|
remove the volatile qualifier from the provided type T
More...
#include <type_transforms.h>
Inherits detail::_add_cv< T >.
removes references from the provided type such that T, const T, and volatile T become const volatile T
| T | Reference Type |