My Project
Classes | Typedefs
make_unsigned.hpp File Reference
#include "cstdint.hpp"

Go to the source code of this file.

Classes

class  bsl::make_unsigned< T >
 If the provided type is an signed type (taking into account const qualifications), Provides the member typedef type which is the same as T, except that the type is unsigned. More...
 

Typedefs

template<typename T >
using bsl::make_unsigned_t = typename make_unsigned< T >::type
 a helper that reduces the verbosity of bsl::make_unsigned
 

Detailed Description