28 #ifndef BSL_IS_UNSIGNED_HPP 29 #define BSL_IS_UNSIGNED_HPP 65 class is_unsigned<bool const> final :
public true_type
::uint8_t uint8
defines an 8bit unsigned integer
Definition: cstdint.hpp:45
::uint16_t uint16
defines an 16bit unsigned integer
Definition: cstdint.hpp:47
bool_constant< true > true_type
provides a bool_constant that represents "true"
Definition: true_type.hpp:36
If the provided type is a unsigned type (taking into account const qualifications),...
Definition: is_unsigned.hpp:55
If the provided type is an array type (taking into account const qualifications), provides the member...
Definition: integral_constant.hpp:45
::uint32_t uint32
defines an 32bit unsigned integer
Definition: cstdint.hpp:49
::uint64_t uint64
defines an 64bit unsigned integer
Definition: cstdint.hpp:51