5#include <unordered_set>
10 typedef std::unordered_set<std::string>
set;
13 typedef std::unordered_set<const std::string *, string_ptr_hash>
fset;
std::unordered_set< const std::string *, string_ptr_hash > fset
std::unordered_set< std::string > set