January 2019
Intermediate to advanced
512 pages
14h 5m
English
In this section, we learn how to write the on-exit action RAII classes like the ones we implemented in the previous section, but without all the boilerplate code. This can be done in C++03 but is much improved in C++14, and again in C++17.