mlpack 3.4.2
|
Utility struct to return the type that CLI11 should accept for a given input type. More...
#include <parameter_type.hpp>
Public Types | |
typedef ParameterTypeDeducer< data::HasSerialize< T >::value, T >::type | type |
Utility struct to return the type that CLI11 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 42 of file parameter_type.hpp.
typedef ParameterTypeDeducer<data::HasSerialize<T>::value,T>::type type |
Definition at line 45 of file parameter_type.hpp.