![]() |
Compile time type conversion into a signed integral type.This type trait provides the feature to convert the given integral or enumeration type T to the corresponding signed integral data type with the same size and with the same cv-qualifiers. Note that in case T is bool or a non-integral data type, a compilation error is created. More...
#include <MakeSigned.h>
Compile time type conversion into a signed integral type.
This type trait provides the feature to convert the given integral or enumeration type T to the corresponding signed integral data type with the same size and with the same cv-qualifiers. Note that in case T is bool or a non-integral data type, a compilation error is created.