fennec
Loading...
Searching...
No Matches
Numeric Transforms

This header contains various compile-time functions for changing the characteristics of a provided type

Syntax Description

typename make_signed<TypeT>::type
make_signed_t<TypeT>

Template Parameters
TypeTthe integral type to transform

typename make_unsigned<TypeT>::type
make_unsigned_t<TypeT>

Template Parameters
TypeTthe integral type to transform