HomeManualTopicsTypesSymbols

std_types::key_order_set

a set which items are stored in key-order

Description

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

  • std::equal

  • std::less

    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