proxygen
StringKeyedUnorderedSet.h File Reference

Go to the source code of this file.

Namespaces

 folly
 —— Concurrent Priority Queue Implementation ——
 

Typedefs

template<class Hash = f14::DefaultHasher<std::string>, class Eq = f14::DefaultKeyEqual<std::string>, class Alloc = f14::DefaultAlloc<std::string>>
using folly::BasicStringKeyedUnorderedSet = F14NodeSet< std::string, Hash, Eq, Alloc >
 
using folly::StringKeyedUnorderedSet = BasicStringKeyedUnorderedSet<>