Listing 7

company cmp;
 ... 
// finds and prints the employee record of Susan Kovac
std::cout << *cmp.get<1>().find("Susan Kovac");