For vector types, CLI11 will accept a std::string, not an arma::Col<eT> (since it is not clear how to specify a vector on the command-line). More...
Public Types | |
typedef std::tuple< std::string, size_t, size_t > | type |
For vector types, CLI11 will accept a std::string, not an arma::Col<eT> (since it is not clear how to specify a vector on the command-line).
Definition at line 54 of file parameter_type.hpp.
typedef std::tuple<std::string, size_t, size_t> type |
Definition at line 56 of file parameter_type.hpp.