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