28 #ifndef BSL_MAKE_SIGNED_HPP 29 #define BSL_MAKE_SIGNED_HPP 70 struct make_signed<bsl::uint8 const> final
77 struct make_signed<bsl::
uint16> final
84 struct make_signed<bsl::
uint16 const> final
91 struct make_signed<bsl::
uint32> final
98 struct make_signed<bsl::
uint32 const> final
105 struct make_signed<bsl::
uint64> final
112 struct make_signed<bsl::
uint64 const> final
::uint8_t uint8
defines an 8bit unsigned integer
Definition: cstdint.hpp:45
::uint16_t uint16
defines an 16bit unsigned integer
Definition: cstdint.hpp:47
::int64_t int64
defines an 64bit signed integer
Definition: cstdint.hpp:42
::int16_t int16
defines an 16bit signed integer
Definition: cstdint.hpp:38
::uint32_t uint32
defines an 32bit unsigned integer
Definition: cstdint.hpp:49
::int8_t int8
defines an 8bit signed integer
Definition: cstdint.hpp:36
If the provided type is an unsigned type (taking into account const qualifications),...
Definition: make_signed.hpp:53
::int32_t int32
defines an 32bit signed integer
Definition: cstdint.hpp:40
typename make_signed< T >::type make_signed_t
a helper that reduces the verbosity of bsl::make_signed
Definition: make_signed.hpp:58
::uint64_t uint64
defines an 64bit unsigned integer
Definition: cstdint.hpp:51