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