28 #ifndef BSL_REMOVE_VOLATILE_HPP 29 #define BSL_REMOVE_VOLATILE_HPP 64 static_assert(
sizeof(T) !=
sizeof(T),
"volatile not supported");
Provides the member typedef type which is the same as T, except that its topmost volatile qualifier i...
Definition: remove_volatile.hpp:49
T type
provides the member typedef "type"
Definition: remove_volatile.hpp:52
typename remove_volatile< T >::type remove_volatile_t
a helper that reduces the verbosity of bsl::remove_volatile
Definition: remove_volatile.hpp:57