GoOption< T > Class Template Reference

The Go option class. More...

Public Member Functions

 GoOption (const T defaultValue, const std::string &identifier, const std::string &description, const std::string &alias, const std::string &cppName, const bool required=false, const bool input=true, const bool noTranspose=false, const std::string &="")
 Construct a GoOption object. More...

 

Detailed Description


template
<
typename
T
>

class mlpack::bindings::go::GoOption< T >

The Go option class.

Definition at line 41 of file go_option.hpp.

Constructor & Destructor Documentation

◆ GoOption()

GoOption ( const T  defaultValue,
const std::string &  identifier,
const std::string &  description,
const std::string &  alias,
const std::string &  cppName,
const bool  required = false,
const bool  input = true,
const bool  noTranspose = false,
const std::string &  = "" 
)
inline

The documentation for this class was generated from the following file:
  • /home/ryan/src/mlpack.org-go/_src/mlpack-git/src/mlpack/bindings/go/go_option.hpp