vincentlaucsb / csv-parser

A high-performance, fully-featured CSV parser and serializer for modern C++.
MIT License
901 stars 150 forks source link

How to call DelimWriter constructor ? #238

Open yuzu-ogura opened 3 months ago

yuzu-ogura commented 3 months ago

DelimWriter(const std::string& filename) : DelimWriter(std::ifstream(filename)) {};