13 #ifndef MLPACK_BINDINGS_MARKDOWN_PRINT_TYPE_DOC_HPP
14 #define MLPACK_BINDINGS_MARKDOWN_PRINT_TYPE_DOC_HPP
34 return cli::PrintTypeDoc<typename std::remove_pointer<T>::type>(data);
38 return python::PrintTypeDoc<typename std::remove_pointer<T>::type>(data);
42 throw std::invalid_argument(
"PrintTypeDoc(): unknown "
This structure holds all of the information about a single parameter, including its value (which is s...
std::string PrintTypeDoc(const util::ParamData &data)
Print the type of a parameter into the output string.
static std::string & Language()
Get or modify the current language (don't set it to something invalid!).