mirror of
https://github.com/tdulcet/Table-and-Graph-Libs.git
synced 2025-12-16 00:18:55 +08:00
Add option to change output stream/file.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user