make_unsigned Class
大于或等于的大小使类型或最小无符号类型大于键入。
template<class Ty>
struct make_unsigned;
参数
Parameter |
说明 |
---|---|
Ty |
修改的类型。 |
备注
该类型修饰符的实例保存一修改类型为 Ty ,如果 is_unsigned<Ty> 适用。 否则它是最小的有符号类型 sizeof (Ty) <= sizeof (STy)的 STy 。
要求
**标题:**type_traits
命名空间: std