SeqAn3  3.0.3
The Modern C++ library for sequence analysis.
seqan3::structure_file_output_options Struct Reference

The options type defines various option members that influence the behaviour of all or some formats. More...

#include <seqan3/io/structure_file/output_options.hpp>

Public Attributes

bool add_carriage_return = false
 The default plain text line-ending is "\n", but on Windows an additional carriage return is recommended ("\r\n" for line-ending).
 
int precision = 6
 The precision for writing floating point types.
 

Detailed Description

The options type defines various option members that influence the behaviour of all or some formats.


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