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 249 of file xcsv.hpp.

Constructor & Destructor Documentation

◆ xcsv_config()

xt::xcsv_config::xcsv_config ( )
inline

Definition at line 256 of file xcsv.hpp.

Member Data Documentation

◆ comments

std::string xt::xcsv_config::comments

Definition at line 254 of file xcsv.hpp.

◆ delimiter

char xt::xcsv_config::delimiter

Definition at line 251 of file xcsv.hpp.

◆ max_rows

std::ptrdiff_t xt::xcsv_config::max_rows

Definition at line 253 of file xcsv.hpp.

◆ skip_rows

std::size_t xt::xcsv_config::skip_rows

Definition at line 252 of file xcsv.hpp.


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