Search⌘ K

std::byte

Learn about std::byte introduced in C++17, designed for type-safe memory and byte access. Understand how to initialize and convert std::byte values using modern C++ features to manage raw data effectively.

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 ...