Add option to change output stream/file.

This commit is contained in:
Teal Dulcet
2024-11-22 10:49:10 -08:00
parent 8fa05e23c8
commit ed5d06d08a
7 changed files with 157 additions and 112 deletions

View File

@@ -405,8 +405,8 @@ int main()
array[i][j] = rand() % 2;
tables::options aoptions;
aoptions.boolalpha = true;
// tables::options aoptions = {.boolalpha = true};
aoptions.alignment |= ios_base::boolalpha;
// tables::options aoptions = {.alignment |= ios_base::boolalpha};
for (const tables::style_type style : tables::style_types)
{