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