Examining examples often types like
uint8_t and even uint64_t are used.
Are these not documented?
they are since C++11 in the C++ specification (under "Fixed width integer types")
Examining examples often types like
uint8_t and even uint64_t are used.
Are these not documented?
they are since C++11 in the C++ specification (under "Fixed width integer types")