![]() |
Blaze 3.9
|
Compile time type conversion into a signed integral type. 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 constant 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.