MLask 1.0.0
A custom c++ deep learning library
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
mlask::ProgressBar Class Reference

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.
 

Detailed Description

Class used to write progress bars in the terminal.

Member Function Documentation

◆ draw()

static void mlask::ProgressBar::draw ( float  progress)
inlinestatic

Draws the progress bar.

Parameters
progressThe progress value (0.0 to 1.0)

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