517 B
517 B
Module 13: C++23 Library Additions
Learning Goals
- Handle expected success/failure with
std::expected - Format and print text with
<format>and<print> - Work with multidimensional data using
std::mdspan - Combine ranges with
views::zipandviews::chunk
Exercises
| Exercise | Feature |
|---|---|
expected |
std::expected error handling |
print_and_format |
std::format and std::print |
mdspan |
Multidimensional spans |
ranges_zip |
zip, chunk, adjacent views |