28 #ifndef BSL_REMOVE_CONST_HPP 29 #define BSL_REMOVE_CONST_HPP Provides the member typedef type which is the same as T, except that its topmost const qualifier is r...
Definition: remove_const.hpp:44
T type
provides the member typedef "type"
Definition: remove_const.hpp:47
typename remove_const< T >::type remove_const_t
a helper that reduces the verbosity of bsl::remove_const
Definition: remove_const.hpp:52