cxxomfort
rel.20211024
Simple backports for C++ - https://ryan.gulix.cl/fossil.cgi/cxxomfort/
|
Implementations and additions tied to Standard header <cstdint>
.
More...
Namespaces | |
cxxomfort | |
Namespace of the cxxomfort library. | |
cxxomfort::fix | |
Fixes for implementation issues in std. | |
Typedefs | |
typedef tinyint_< signed char > | tinyint |
Numeric type that models a 1-byte signed int (like int8_t ). | |
typedef tinyint_< unsigned char > | tinyuint |
Numeric type that models a 1-byte unsigned int (like uint8_t ). | |
Implementations and additions tied to Standard header <cstdint>
.
This file will, when included, attempt to find and #include
whichever headers provide the integer named types such as int16_t
.