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

Go to the source code of this file.

Classes

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

Typedefs

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

Detailed Description