xtensor
Loading...
Searching...
No Matches
xt::xcsv_config Struct Reference

Public Attributes

char delimiter
 
std::size_t skip_rows
 
std::ptrdiff_t max_rows
 
std::string comments
 

Detailed Description

Definition at line 240 of file xcsv.hpp.

Constructor & Destructor Documentation

◆ xcsv_config()

xt::xcsv_config::xcsv_config ( )
inline

Definition at line 247 of file xcsv.hpp.

Member Data Documentation

◆ comments

std::string xt::xcsv_config::comments

Definition at line 245 of file xcsv.hpp.

◆ delimiter

char xt::xcsv_config::delimiter

Definition at line 242 of file xcsv.hpp.

◆ max_rows

std::ptrdiff_t xt::xcsv_config::max_rows

Definition at line 244 of file xcsv.hpp.

◆ skip_rows

std::size_t xt::xcsv_config::skip_rows

Definition at line 243 of file xcsv.hpp.


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