28 #ifndef BSL_REMOVE_ALL_EXTENTS_HPP 29 #define BSL_REMOVE_ALL_EXTENTS_HPP 65 template<
typename T, bsl::u
intmax N>
66 struct remove_all_extents<T[N]> final
T type
provides the member typedef "type"
Definition: remove_all_extents.hpp:49
Provides the member typedef type which is the same as T, except that its topmost extent is removed.
Definition: remove_all_extents.hpp:46
typename remove_all_extents< T >::type remove_all_extents_t
a helper that reduces the verbosity of bsl::remove_all_extents
Definition: remove_all_extents.hpp:54