HomeManualTopicsTypesSymbols

std_types::hash_set

a set for fast random access

Description

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

  • std::hash

  • std::equal

    Topic

    Collections

    See also

    std_types::set the prototype object for all kinds of sets
    std_types::hash_set a set for fast random access