My Project
|
Provides the member typedef type which is the same as T, except that a topmost volatile qualifier is added. More...
#include <add_volatile.hpp>
Public Types | |
using | type = T volatile |
provides the member typedef "type" | |
Provides the member typedef type which is the same as T, except that a topmost volatile qualifier is added.
T | the type to add a volatile qualifier to |