I am writing a class that uses an input facilitator function that will be used in another program to read from a .txt file. The .txt file reads as string (space) string (tab) string (tab) int (space) int (space) int. The issue I am having is that the string separated by the tabs is sometimes two strings, such as "Rhode Island" and I need to be able to read the lines and not have it read (tab) Rhode (tab) Island etc. Below is what I have currently for my input function that uses '\t' as the delimiter: