MCPcopy Create free account
hub / github.com/d99kris/rapidcsv / GetDataColumnIndex

Method GetDataColumnIndex

src/rapidcsv.h:1880–1885  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1878 }
1879
1880 inline size_t GetDataColumnIndex(const size_t pColumnIdx) const
1881 {
1882 const size_t firstDataColumn =
1883 static_cast<size_t>((mLabelParams.mRowNameIdx + 1 >= 0) ? mLabelParams.mRowNameIdx + 1 : 0);
1884 return pColumnIdx + firstDataColumn;
1885 }
1886
1887 std::string Trim(const std::string& pStr) const
1888 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected