* @brief Function that checks if the string passed in param is present in * the the unordered_set passed * * @param str the string to be searched * @param strSet unordered set of string, that is to be looked into * @returns `true` if str is present in strSet * @returns `false` if str is not present in strSet */