12 #ifndef MLPACK_CORE_UTIL_PROGRAM_DOC_HPP
13 #define MLPACK_CORE_UTIL_PROGRAM_DOC_HPP
std::function< std::string()> documentation
Documentation for what the program does.
std::string programName
The name of the program.
ProgramDoc(const std::string &programName, const std::function< std::string()> &documentation)
Construct a ProgramDoc object.
A static object whose constructor registers program documentation with the CLI class.