You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clothing(const std::string category, const std::string name, const std::string size, const std::string brand, double price, int qty); //Makes a Product object given product info as arguments for the constructor
/**
* Returns the appropriate keywords that this product should be associated with
*/
std::set<std::string> keywords() const;
/**
* Returns a string to display the product info for hits of the search. Call if user's keyword(s) mataches one belonging to this product