Vince's CSV Parser
Loading...
Searching...
No Matches
csv::CSVGuessResult Struct Reference

Stores the inferred format of a CSV file. More...

#include <csv_format.hpp>

Public Attributes

char delim
 
int header_row
 
size_t n_cols
 

Detailed Description

Stores the inferred format of a CSV file.

Definition at line 35 of file csv_format.hpp.

Member Data Documentation

◆ delim

char csv::CSVGuessResult::delim

Definition at line 36 of file csv_format.hpp.

◆ header_row

int csv::CSVGuessResult::header_row

Definition at line 37 of file csv_format.hpp.

◆ n_cols

size_t csv::CSVGuessResult::n_cols

Definition at line 38 of file csv_format.hpp.


The documentation for this struct was generated from the following file: