28 #ifndef BSL_IS_INTEGRAL_HPP 29 #define BSL_IS_INTEGRAL_HPP 65 class is_integral<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
::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
::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 integral type (taking into account const qualifications),...
Definition: is_integral.hpp:55
::int32_t int32
defines an 32bit signed integer
Definition: cstdint.hpp:40
::uint64_t uint64
defines an 64bit unsigned integer
Definition: cstdint.hpp:51