18 :
WriterTask{
"BinaryWriter", convert_mode, n_lines }
24 for (
auto idx : std::views::iota(0,
static_cast<int>(n_lines)))
27 auto& ofstream =
output_streams_.emplace_back(full_filename, std::ios::trunc);
28 if (not ofstream.is_open())
30 throw std::runtime_error(fmt::format(
"Filename {:?} cannot be open!", filename));