std::byte

C++ now allows us to convert data types into bytes using std::byte.

We'll cover the following...

​C++17 is a significant update for the language, and it brings a lot of features in the Standard Library. So far this course has covered the most important aspects, but there are many more things to describe!

std::byte is a small type that gives you a view of ...