28 #ifndef BSL_IS_SIGNED_HPP 29 #define BSL_IS_SIGNED_HPP 67 class is_signed<bsl::int8 const> final :
public true_type
If the provided type is a signed type (taking into account const qualifications), provides the member...
Definition: is_signed.hpp:56
::int64_t int64
defines an 64bit signed integer
Definition: cstdint.hpp:42
bool_constant< true > true_type
provides a bool_constant that represents "true"
Definition: true_type.hpp:36
::int16_t int16
defines an 16bit signed integer
Definition: cstdint.hpp:38
If the provided type is an array type (taking into account const qualifications), provides the member...
Definition: integral_constant.hpp:45
::int8_t int8
defines an 8bit signed integer
Definition: cstdint.hpp:36
::int32_t int32
defines an 32bit signed integer
Definition: cstdint.hpp:40