mlpack  master
Public Types | List of all members
mlpack::util::ParameterType< T > Struct Template Reference

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
 

Detailed Description

template<typename T>
struct mlpack::util::ParameterType< T >

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.

Member Typedef Documentation

template<typename T>
typedef ParameterTypeDeducer<data::HasSerialize<T>::value, T>::type mlpack::util::ParameterType< T >::type

Definition at line 54 of file param_data.hpp.


The documentation for this struct was generated from the following file: