Extremely simple class whose only job is to delete the existing cli object at the end of execution.
CLIDeleter ()
~CLIDeleter ()
Extremely simple class whose only job is to delete the existing CLI object at the end of execution.
This is meant to allow the user to avoid typing 'CLI::Destroy()' at the end of their program. The file also defines a static CLIDeleter class, which will be initialized at the beginning of the program and deleted at the end. The destructor destroys the CLI singleton.
Definition at line 35 of file cli_deleter.hpp.
Generated automatically by Doxygen for MLPACK from the source code.