I have the following 2 classes:
class Restaurant { public: std::string name; std::set food; }; class Owner { public: R