28 #ifndef BSL_REMOVE_CVREF_HPP 29 #define BSL_REMOVE_CVREF_HPP remove_cv_t< remove_reference_t< T > > type
provides the member typedef "type"
Definition: remove_cvref.hpp:52
Provides the member typedef type which is the same as T, except that its topmost const,...
Definition: remove_cvref.hpp:49
typename remove_cv< T >::type remove_cv_t
a helper that reduces the verbosity of bsl::remove_cv
Definition: remove_cv.hpp:66
typename remove_cvref< T >::type remove_cvref_t
a helper that reduces the verbosity of bsl::remove_cvref
Definition: remove_cvref.hpp:57