Closed vbaderks closed 1 year ago
C++17 introduced std::byte. Use this type to define the buffers. In many cases continue to use uint8_t as often bytes values should be processed integers and not as a collection of 8 bits.
Kudos, SonarCloud Quality Gate passed!
0 Bugs 0 Vulnerabilities 0 Security Hotspots 3 Code Smells
0.0% Coverage 0.0% Duplication
C++17 introduced std::byte. Use this type to define the buffers. In many cases continue to use uint8_t as often bytes values should be processed integers and not as a collection of 8 bits.