29 const std::vector<std::string>& header,
31 autoflush(true), separator(
",")
34 append ? std::ios_base::app : std::ios_base::out | std::ios_base::trunc);
35 file.imbue(std::locale::classic());
36 if (header.size() > 0)
46 for (
const std::string&
s : row)