std::make_unsigned

std::make_unsigned

Defined in header <type_traits>
template< class T >
struct make_unsigned;
(since C++11)

If T is an integral (except bool) or enumeration type, provides the member typedef type which is the unsigned integer type corresponding to T, with the same cv-qualifiers.

Otherwise, the behavior is undefined.

Member types

Name Definition
type