Searched defs:unordered_set (Results 1 – 2 of 2) sorted by relevance
47 struct unordered_set : public __gnu_cxx::hash_set<T, H> {}; struct
57 using unordered_set = std::unordered_set<K, H, E, StlAllocator<K>>; variable