What's the proper modern C++ way of converting two uint8t's into one int16_t that would satisfy clang-tidy?
uint8t
int16_t
a[0] << 8 | a[1]
Aucun commentaire:
Enregistrer un commentaire