12 #ifndef MLPACK_BINDINGS_MARKDOWN_GET_PARAM_HPP 13 #define MLPACK_BINDINGS_MARKDOWN_GET_PARAM_HPP 31 *((T**) output) = boost::any_cast<T>(&dmod.
value);
boost::any value
The actual value that is held.
The core includes that mlpack expects; standard C++ includes and Armadillo.
This structure holds all of the information about a single parameter, including its value (which is s...
void GetParam(const util::ParamData &d, const void *, void *output)
All Markdown binding types are exactly what is held in the ParamData, so no special handling is neces...