8 #ifndef MLPACK_BINDINGS_MARKDOWN_DEFAULT_PARAM_HPP 9 #define MLPACK_BINDINGS_MARKDOWN_DEFAULT_PARAM_HPP 31 *((std::string*) output) =
32 cli::DefaultParamImpl<typename std::remove_pointer<T>::type>(data);
36 *((std::string*) output) =
37 python::DefaultParamImpl<typename std::remove_pointer<T>::type>(data);
This structure holds all of the information about a single parameter, including its value (which is s...
void DefaultParam(const util::ParamData &data, const void *, void *output)
Print the default value of a parameter into the output string.
static std::string & Language()
Get or modify the current language (don't set it to something invalid!).