Searched defs:Garment (Results 1 – 1 of 1) sorted by relevance
22 struct Garment { struct23 int price = 0;24 std::string color = "";25 bool has_glitter = false;29 Garment(int p, absl::string_view c, bool g) in Garment() argument32 bool operator==(const Garment& other) const { in operator ==()