Searched defs:CustomId (Results 1 – 1 of 1) sorted by relevance
245 struct CustomId { struct246 int a;247 std::string b;249 bool operator==(const CustomId& other) const { in operator ==()