tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
make_unsigned< Type > Struct Template Reference

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_unsigned is undefined. More...

#include <make_unsigned.hpp>

Inheritance diagram for make_unsigned< Type >:

Detailed Description

template<typename Type>
struct etl::make_unsigned< 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_unsigned is undefined.


The documentation for this struct was generated from the following file: