Alias for std::make_signed_t<TYPE> in the bsl namespace.

Synopsis

Declared in <bsl_type_traits.h>

template<class TYPE>
using make_signed_t = std::make_signed<TYPE>::type;

Created with MrDocs