mirror of
https://github.com/p-ranav/indicators.git
synced 2025-12-13 18:48:53 +08:00
Minor update
This commit is contained in:
@@ -239,7 +239,7 @@ int main() {
|
|||||||
|
|
||||||
# MultiProgress
|
# 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.
|
`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