are you allowed to use structs?

Code:
struct street_n_numbers{

std::string street;
std::list<int> house_nums;
};