예제 #1
0
파일: IPAddress.cpp 프로젝트: Orvid/folly
// free functions
size_t hash_value(const IPAddress& addr) {
  return addr.hash();
}