fennec
Loading...
Searching...
No Matches
numeric_transforms.h File Reference

Numeric Transforms More...

#include <fennec/lang/type_transforms.h>
#include <fennec/lang/detail/_numeric_transforms.h>

Go to the source code of this file.

Detailed Description

Author
Medusa Slockbower

Classes

struct  fennec::make_signed< TypeT >
 Get the corresponding signed integral type of TypeT. More...
 
struct  fennec::make_unsigned< TypeT >
 Get the corresponding unsigned integral type of TypeT. More...
 

Typedefs

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