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>
|
|
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.
|
| |
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: