tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Classes | |
struct | make_signed< Type > |
If T is an integral (except bool) or enumeration type, provides the member typedef type which is the unsigned integer type corresponding to T, with the same cv-qualifiers. If T is signed or unsigned char, short, int, long, long long; the unsigned type from this list corresponding to T is provided. The behavior of a program that adds specializations for make_signed is undefined. More... | |
Namespaces | |
namespace | etl |
Typedefs | |
template<typename T> | |
using | make_signed_t = typename make_signed<T>::type |