Alias for std::make_unsigned_t in the bsl namespace.

Synopsis

Declared in <bsl_type_traits.h>

template<class TYPE>
using make_unsigned_t = std::make_unsigned<TYPE>::type;

Created with MrDocs