MCPcopy Create free account
hub / github.com/GameTechDev/PresentMon / CreateErrorString

Function CreateErrorString

IntelPresentMon/PresentMonAPI2Tests/CsvHelper.h:177–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175}
176
177std::wstring CreateErrorString(Header columnId, size_t line)
178{
179 std::wstring errorMessage = L"Invalid ";
180 errorMessage += pmon::util::str::ToWide(GetHeaderString(columnId));
181 errorMessage += L" at line: ";
182 errorMessage += std::to_wstring(line);
183
184 return errorMessage;
185}
186
187template <typename T>
188class CharConvert {

Callers 3

ConvertMethod · 0.85
VerifyBlobAgainstCsvMethod · 0.85

Calls 2

ToWideFunction · 0.85
GetHeaderStringFunction · 0.85

Tested by

no test coverage detected