28 #ifndef BSL_REMOVE_REFERENCE_HPP 29 #define BSL_REMOVE_REFERENCE_HPP 64 struct remove_reference<T &&>
final Provides the member typedef type which is the same as T, except that its topmost reference is removed...
Definition: remove_reference.hpp:44
typename remove_reference< T >::type remove_reference_t
a helper that reduces the verbosity of bsl::remove_reference
Definition: remove_reference.hpp:52
T type
provides the member typedef "type"
Definition: remove_reference.hpp:47