rapidcsv_LineReaderParams.md
May 8, 2021 ยท View on GitHub
class rapidcsv::LineReaderParams
Datastructure holding parameters controlling how special line formats should be treated.
LineReaderParams (const bool pSkipCommentLines = false, const char pCommentPrefix = '#', const bool pSkipEmptyLines = false)
Constructor.
Parameters
pSkipCommentLinesspecifies whether to skip lines prefixed with mCommentPrefix. Default: falsepCommentPrefixspecifies which prefix character to indicate a comment line. Default: #pSkipEmptyLinesspecifies whether to skip empty lines. Default: false