Searched defs:THashTable (Results 1 – 1 of 1) sorted by relevance
42 THashTable(const THashTable& that) { *this = that; } in THashTable() function43 THashTable( THashTable&& that) { *this = std::move(that); } in THashTable() function