Statements (46)
Predicate | Object |
---|---|
gptkbp:instanceOf |
Library
|
gptkbp:allows |
false
|
gptkbp:canBe |
any data type that is hashable
|
gptkbp:class |
true
|
gptkbp:hasInventor |
iterator
const_iterator |
gptkbp:hasMember |
count
clear size end find insert empty begin swap reserve bucket bucket_count equal_range erase hash_function key_eq load_factor max_bucket_count max_load_factor bucket_size rehash |
gptkbp:isAvailableIn |
C++20
C++14 C++17 |
gptkbp:isCitedIn |
<unordered_set> header
|
gptkbp:isFoundIn |
std::set for most operations
|
gptkbp:isLocatedIn |
hash table
|
gptkbp:isPartOf |
gptkb:C++_STL
C++11 C++ programming paradigm |
gptkbp:isRated |
true
|
gptkbp:isSimilarTo |
std::set
|
gptkbp:isThreatenedBy |
true
|
gptkbp:isUsedFor |
storing unique elements
|
gptkbp:isUsedIn |
C++ programming
|
gptkbp:provides |
fast average time complexity for deletions
fast average time complexity for insertions fast average time complexity for lookups |
gptkbp:requires |
hash function
equal function |