28 #ifndef BSL_ADD_VOLATILE_HPP 29 #define BSL_ADD_VOLATILE_HPP 51 static_assert(
sizeof(T) !=
sizeof(T),
"volatile not supported");
66 static_assert(
sizeof(T) !=
sizeof(T),
"volatile not supported");
69 using type = T
volatile;
Provides the member typedef type which is the same as T, except that a topmost volatile qualifier is ...
Definition: add_volatile.hpp:49
T volatile type
provides the member typedef "type"
Definition: add_volatile.hpp:54
typename add_volatile< T >::type add_volatile_t
a helper that reduces the verbosity of bsl::add_volatile
Definition: add_volatile.hpp:59