January 2019
Intermediate to advanced
320 pages
9h 18m
English
This chapter covers
std::function is and when to use itYou saw how to create functions that can accept other functions as their arguments in the previous chapter. Now you’ll check out the other side of the coin—to see all the things that you can use as functions in C++. This topic is a bit dry, but it’s necessary for the deeper understanding of functions in C++ and for achieving that sweet spot of using higher-level abstractions without incurring performance penalties. If you want ...
Read now
Unlock full access