mlpack
master
|
Utility struct to return the type that boost::program_options should accept for a given input type. More...
Public Types | |
typedef ParameterTypeDeducer< data::HasSerialize< T >::value, T >::type | type |
Utility struct to return the type that boost::program_options should accept for a given input type.
In general, there is no change from the input type, but in some cases this may be another type.
Definition at line 51 of file param_data.hpp.
typedef ParameterTypeDeducer<data::HasSerialize<T>::value, T>::type mlpack::util::ParameterType< T >::type |
Definition at line 54 of file param_data.hpp.