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