[#bsl-remove_all_extents_t] = xref:bsl.adoc[bsl]::remove_all_extents_t :relfileprefix: ../ :mrdocs: Alias for `std::remove_all_extents_t` in the `bsl` namespace. == Synopsis Declared in `<bsl_type_traits.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> using remove_all_extents_t = std::remove_all_extents<TYPE>::type; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#