I have these classes:
class Restaurant { public: std::string name; std::set food; }; class Owner { public: Restaurant