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

Method GetColumnIndex

IntelPresentMon/PresentMonAPI2Tests/CsvHelper.h:1160–1164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1158}
1159
1160size_t CsvParser::GetColumnIndex(char const* header)
1161{
1162 auto h = FindHeader(header);
1163 return h < KnownHeaderCount ? headerColumnIndex_[h] : SIZE_MAX;
1164}
1165
1166Header CsvParser::FindHeader(char const* header)
1167{

Callers

nothing calls this directly

Calls 1

FindHeaderFunction · 0.85

Tested by

no test coverage detected