mlpack
Public Member Functions | List of all members
mlpack::util::LongDescription Class Reference

Public Member Functions

 LongDescription (const std::function< std::string()> &longDescription)
 Construct a LongDescription object. More...
 

Constructor & Destructor Documentation

◆ LongDescription()

LongDescription::LongDescription ( const std::function< std::string()> &  longDescription)

Construct a LongDescription object.

When constructed, it will register itself with IO. A fatal error will be thrown if more than one is constructed.

Parameters
longDescriptionLong string containing documentation on what it is. No newline characters are necessary; this is taken care of by IO later.

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