HomeManualTopicsTypesSymbols

std_types::hash_table

a table for fast random access of items

Description

All items stored in the table must support the following methods:

  • std::hash

  • std::equal

    Topic

    Collections

    See also

    std_types::table the prototype object for all tables
    std_types::key_order_table a table which items are stored in key-order
    std_types::association_list retrieve, insert or delete an item