Demystifying STL map (std::map ) associative container

preview_player
Показать описание
👉 Channel Name changed because of Rebranding Exercise. Existing Social media handles and links are no longer valid.
--------------------------------------------------------------------------------

STL std::map is one of the widely used Associative Containers. However, most of the time we use the minimum functionality of std::map which in fact has much more potential for it usability

In this video, I'll take about three main areas which includes

1. Inserting values to the std::map
2. Removing values from the std::map
3. Lookup values in the std::map

Along with it, this video also talks about the functional and performance aspects of the functions.

Finally, this video also covers the usage of emplace(...) function available in C++11 onwards as well as other functions like equal_range(...), lower_bound(...), and upper_bound(...)

Hope it helps you in learning something new.. enjoy!

#cpp #cplusplus #boost #library #programming #coding #linux #unix #ubuntu #systems #pointers #smartpointers #C++11
Рекомендации по теме