Numeric Transforms
More...
#include <fennec/lang/type_transforms.h>
#include <fennec/lang/detail/_numeric_transforms.h>
Go to the source code of this file.
- Author
- Medusa Slockbower
- Copyright
- Copyright © 2025 Medusa Slockbower (GPLv3)
|
|
template<typename TypeT > |
| using | fennec::make_signed_t = typename make_signed< TypeT >::type |
| | Shorthand for typename make_signed<TypeT>::type
|
| |
|
template<typename TypeT > |
| using | fennec::make_unsigned_t = typename make_unsigned< TypeT >::type |
| | Shorthand for typename make_unsigned<TypeT>::type
|
| |