My Project
|
Provides the member typedef type which is the same as T, except that its topmost volatile qualifier is removed. More...
#include <remove_volatile.hpp>
Public Types | |
using | type = T |
provides the member typedef "type" | |
Provides the member typedef type which is the same as T, except that its topmost volatile qualifier is removed.
T | the type to remove the const qualifier from |