RUSH
Reusable Utilities in Single Headers is a collection of header-only utilities for C++
Loading...
Searching...
No Matches
rush::progress::Configuration Struct Reference

Configuration structure for the progress bar. More...

#include <progress-bar.hpp>

Public Attributes

std::string name
 Name displayed alongside the progress bar.
 
std::string complete {"="}
 Character used to represent completed progress.
 
std::string uncomplete {" "}
 Character used to represent uncompleted progress.
 
std::array< std::string, 2 > decorator {{"[", "]"}}
 Decorator strings surrounding the progress bar.
 
bool percentage {true}
 Flag indicating whether to display percentage completion.
 
double decimals {0}
 Number of decimal places for the percentage display.
 

Detailed Description

Configuration structure for the progress bar.


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