print_input_param.hpp File Reference
Include dependency graph for print_input_param.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 mlpack
 
strip_type.hpp
 
 mlpack::bindings
 
 mlpack::bindings::julia
 

Functions

template
<
typename
T
>
void PrintInputParam (const util::ParamData &d, const void *, void *)
 Print the declaration of an input parameter as part of a line in a Julia function definition. More...

 

Detailed Description

Author
Ryan Curtin

Print the declaration of an input parameter as part of a line in a Julia function definition.

Definition in file print_input_param.hpp.