mlpack  3.4.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | List of all members
ParameterType< T > Struct Template Reference

Utility struct to return the type that CLI11 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::bindings::cli::ParameterType< T >

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.

Member Typedef Documentation

Definition at line 45 of file parameter_type.hpp.


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