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

Method GetDataRowIndex

src/rapidcsv.h:1873–1878  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1871 }
1872
1873 inline size_t GetDataRowIndex(const size_t pRowIdx) const
1874 {
1875 const size_t firstDataRow =
1876 static_cast<size_t>((mLabelParams.mColumnNameIdx + 1 >= 0) ? mLabelParams.mColumnNameIdx + 1 : 0);
1877 return pRowIdx + firstDataRow;
1878 }
1879
1880 inline size_t GetDataColumnIndex(const size_t pColumnIdx) const
1881 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected