remove the const qualifier from the provided type T More...
T
#include <type_transforms.h>
Inherits detail::_remove_const< T >.
removes const qualification from the provided type such that const T becomes T
const T