mirror of
https://github.com/p-ranav/indicators.git
synced 2025-12-09 06:18:52 +08:00
Minor update
This commit is contained in:
@@ -239,7 +239,7 @@ int main() {
|
||||
|
||||
# MultiProgress
|
||||
|
||||
`indicators` supports management of multiple progress bars with the `MultiProgress` class.
|
||||
`indicators` supports management of multiple progress bars with the `MultiProgress` class template.
|
||||
|
||||
`template <typename Indicator, size_t count> class MultiProgress` is a class template that holds references to multiple progress bars and provides a safe interface to update the state of each bar. `MultiProgress` works with both `ProgressBar` and `BlockProgressBar` classes.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user