|
MLask 1.0.0
A custom c++ deep learning library
|
Class used to write progress bars in the terminal. More...
#include <ProgressBar.hpp>
Static Public Member Functions | |
| static void | draw (float progress) |
| Draws the progress bar. | |
Class used to write progress bars in the terminal.
|
inlinestatic |
Draws the progress bar.
| progress | The progress value (0.0 to 1.0) |