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