Alias for std::common_type_t in the bsl namespace.
Synopsis
Declared in <bsl_type_traits.h>
template<class... TYPES>
using common_type_t = std::common_type<TYPES...>::type;
Created with MrDocs