Provides core functionality used to print seqan3 and std types.
More...
Provides core functionality used to print seqan3 and std types.
- See also
- Core
◆ fmtflags2 [no-api]
Flags that change the behaviour of the seqan3::debug_stream.
- See also
- seqan3::enum_bitwise_operators enables combining enum values.
Enumerator |
---|
none | No flag is set.
|
utf8 | Enables use of non-ASCII UTF8 characters in formatted output.
|
small_int_as_number | int8_t and uint8_t are often aliases for signed char and unsigned char resp. resulting in chars being printed; this options prints them as numbers.
|