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 42 of file parameter_type.hpp.
typedef ParameterTypeDeducer<data::HasSerialize<T>::value, T>::type type |
Definition at line 45 of file parameter_type.hpp.