示例#1
0
文件: IPAddress.cpp 项目: Orvid/folly
// free functions
size_t hash_value(const IPAddress& addr) {
  return addr.hash();
}