January 2020
Intermediate to advanced
454 pages
11h 25m
English
In this recipe, we will learn about what a reference qualified member function is. Although this aspect of the C++ language is less used and understood, it is important because it provides the programmer with the ability to handle how resources are operated on, based on whether or not the class is in an l-value or r-value state when a function is called.