2020-12-13

    Associative Containers Associative Containers Associative Containers

    Follow @hackingcpp on twitter so you don't miss any updates.

    • std::set, std;map, std::unordered_set, std::unordered_map
    • std::multiset, std::multimap, std::unordered_multiset, std::unordered_multimap
    • overview of basic properties of associative containers
    • interface description with examples
    • key and value requirements, equivalence vs. equality
    • includes newer C++17 and C++20 features