Function Documentation◆ skip_lines()
From here: https://stackoverflow.com/a/2581839. Definition at line 10 of file TestHelpers.h. 11 {
12 std::string s;
13 for (; pLines; --pLines)
14 std::getline(pStream, s);
15 }
Referenced by TestHelpers::TestData::TestData(). Generated on Mon Oct 28 2024 13:47:24 for YODA - Yet more Objects for Data Analysis by 1.9.8 |