MCPcopy Create free account
hub / github.com/baidu/babylon / S

Method S

test/concurrent/test_transient_hash_table.cpp:164–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162TEST(fixed_swiss_table, support_normal_emplace) {
163 struct S {
164 S(const ::std::string& os) : s(os) {}
165 bool operator==(const ::std::string& os) const {
166 return s == os;
167 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected