Searched refs:ifs (Results 1 – 1 of 1) sorted by relevance
29 ifstream ifs(file_path); in ReadFile() local30 string content((istreambuf_iterator<char>(ifs)), in ReadFile()