January 2020
Intermediate to advanced
454 pages
11h 25m
English
In this recipe, we will learn how to add APIs from std::set to the custom container we created in the first recipe. Specifically, we will learn why std::vector::push_back() and std::vector::emplace_back() do not make sense when used with our custom container that always maintains its internal elements in sorted order.